Enumeration

NumCosmoMathLHRatio1dRoot

Declaration

enum NumCosmoMath.LHRatio1dRoot

Description [src]

Root finding methods used by NcmLHRatio1d.

Members

NCM_LH_RATIO1D_ROOT_BRACKET

Root finding by bracketing.

  • Value: 0
  • Available since: 1.0
NCM_LH_RATIO1D_ROOT_NUMDIFF

Root finding by numerical differentiation.

  • Value: 1
  • Available since: 1.0