Method

NumCosmoMathIntegralNDeval

Declaration [src]

void
ncm_integral_nd_eval (
  NcmIntegralND* intnd,
  const NcmVector* xi,
  const NcmVector* xf,
  NcmVector* res,
  NcmVector* err
)

Description [src]

Evaluated the integral $I_F(x_i, x_f) = \int_{x_i}^{x_f}F(x)\mathrm{d}x$.

Parameters

xi

Type: NcmVector

A NcmVector containing the inferior integration limit $x_i$.

The data is owned by the caller of the method.
xf

Type: NcmVector

A NcmVector containing the superior integration limit $x_f$.

The data is owned by the caller of the method.
res

Type: NcmVector

A NcmVector containing the result of the integration.

The data is owned by the caller of the method.
err

Type: NcmVector

A NcmVector containing the error of the integration.

The data is owned by the caller of the method.