Enumeration

NumCosmoMathSplineRBFType

Declaration

enum NumCosmoMath.SplineRBFType

Description [src]

Enumeration to choose which Gaussian RBF interpolation method to be applied by the object.

Members

NCM_SPLINE_RBF_TYPE_POSDEF_GAUSS

Gaussian RBF interpolation method for positive defined functions.

  • Value: 0
  • Available since: 1.0
NCM_SPLINE_RBF_TYPE_GAUSS

Gaussian RBF interpolation method for any kind of function.

  • Value: 1
  • Available since: 1.0