Enumeration

NumCosmoMathFitGradType

Declaration

enum NumCosmoMath.FitGradType

Description [src]

Defines the type of gradient calculation.

Members

NCM_FIT_GRAD_NUMDIFF_FORWARD

Numerical gradient (forward).

  • Value: 0
  • Available since: 1.0
NCM_FIT_GRAD_NUMDIFF_CENTRAL

Numerical gradient (central).

  • Value: 1
  • Available since: 1.0
NCM_FIT_GRAD_NUMDIFF_ACCURATE

Numerical gradient (accurate).

  • Value: 2
  • Available since: 1.0