enum GSL::Interpolate2D::DerivativeOrder

Defined in:

gsl/maths/approximation/interpolation.cr

Enum Members

Function = 0
Extrapolate = 1
DfDx = 2
DfDy = 3
D2fDx2 = 4
D2fDy2 = 5
D2fDxDy = 6

Instance Method Summary

Instance Method Detail

def d2f_dx2? #

[View source]
def d2f_dx_dy? #

[View source]
def d2f_dy2? #

[View source]
def df_dx? #

[View source]
def df_dy? #

[View source]
def extrapolate? #

[View source]
def function? #

[View source]