Virtual Method

NumCosmoMathIntegralNDintegrand

Declaration [src]

void
integrand (
  NcmIntegralND* intnd,
  NcmVector* x,
  guint dim,
  guint npoints,
  guint fdim,
  NcmVector* fval
)

Description

No description available.

Parameters

x

Type: NcmVector

A NcmVector containing the value of the variable of integration.

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

Type: guint

The dimension of the integral argument.

npoints

Type: guint

The number of points in the array x.

fdim

Type: guint

The dimension of the function to be integrated.

fval

Type: NcmVector

A NcmVector containing the fdim values of the integrand at all points in x.

The data is owned by the caller of the method.