Enumeration

NumCosmoMathLHRatio2dRoot

Declaration

enum NumCosmoMath.LHRatio2dRoot

Description [src]

Root finding methods used by NcmLHRatio2d.

Members

NCM_LH_RATIO2D_ROOT_BRACKET

Root finding by bracketing.

  • Value: 0
  • Available since: 1.0
NCM_LH_RATIO2D_ROOT_NUMDIFF

Root finding by numerical differentiation.

  • Value: 1
  • Available since: 1.0