Enumeration

NumCosmoMathFitLevmarAlgos

Declaration

enum NumCosmoMath.FitLevmarAlgos

Description [src]

Levmar algorithms.

Members

NCM_FIT_LEVMAR_DER

With external derivatives.

  • Value: 0
  • Available since: 1.0
NCM_FIT_LEVMAR_DIF

With internal derivatives (inside levmar).

  • Value: 1
  • Available since: 1.0
NCM_FIT_LEVMAR_BC_DER

With box constraints and external derivatives.

  • Value: 2
  • Available since: 1.0
NCM_FIT_LEVMAR_BC_DIF

With box constraints and internal derivatives (inside levmar).

  • Value: 3
  • Available since: 1.0