enum GSL::Integration::Algorithm

Defined in:

gsl/maths/analysis/integrate.cr

Enum Members

QNG = 0
QAG_GAUSS15 = 1
QAG_GAUSS21 = 2
QAG_GAUSS31 = 3
QAG_GAUSS41 = 4
QAG_GAUSS51 = 5
QAG_GAUSS61 = 6
QAGS = 7
CQUAD = 8
ROMBERG = 9

Instance Method Summary

Instance Method Detail

def cquad? #

[View source]
def qag_gauss15? #

[View source]
def qag_gauss21? #

[View source]
def qag_gauss31? #

[View source]
def qag_gauss41? #

[View source]
def qag_gauss51? #

[View source]
def qag_gauss61? #

[View source]
def qags? #

[View source]
def qng? #

[View source]
def romberg? #

[View source]