Method
NumCosmoMathIntegralNDeval
Declaration [src]
void
ncm_integral_nd_eval (
NcmIntegralND* intnd,
const NcmVector* xi,
const NcmVector* xf,
NcmVector* res,
NcmVector* err
)
Parameters
xi-
Type:
NcmVectorA
NcmVectorcontaining the inferior integration limit $x_i$.The data is owned by the caller of the method. xf-
Type:
NcmVectorA
NcmVectorcontaining the superior integration limit $x_f$.The data is owned by the caller of the method. res-
Type:
NcmVectorA
NcmVectorcontaining the result of the integration.The data is owned by the caller of the method. err-
Type:
NcmVectorA
NcmVectorcontaining the error of the integration.The data is owned by the caller of the method.