Enumeration

NumCosmoMathIntegralNDError

Declaration

enum NumCosmoMath.IntegralNDError

Description [src]

The type of the error estimation used to perform the integral.

Members

NCM_INTEGRAL_ND_ERROR_INDIVIDUAL

Error is estimated for each integrand separately.

  • Value: 0
  • Available since: 1.0
NCM_INTEGRAL_ND_ERROR_PAIRWISE

Error is estimated for each pair of integrands.

  • Value: 1
  • Available since: 1.0
NCM_INTEGRAL_ND_ERROR_L2

Error is estimated for the L2 norm of the vector of integrands.

  • Value: 2
  • Available since: 1.0
NCM_INTEGRAL_ND_ERROR_L1

Error is estimated for the L1 norm of the vector of integrands.

  • Value: 3
  • Available since: 1.0
NCM_INTEGRAL_ND_ERROR_LINF

Error is estimated for the L-infinity norm of the vector of integrands.

  • Value: 4
  • Available since: 1.0