Virtual Method
NumCosmoMathIntegralNDintegrand
Declaration [src]
void
integrand (
NcmIntegralND* intnd,
NcmVector* x,
guint dim,
guint npoints,
guint fdim,
NcmVector* fval
)
Parameters
x-
Type:
NcmVectorA
NcmVectorcontaining the value of the variable of integration.The data is owned by the caller of the method. dim-
Type:
guintThe dimension of the integral argument.
npoints-
Type:
guintThe number of points in the array
x. fdim-
Type:
guintThe dimension of the function to be integrated.
fval-
Type:
NcmVectorA
NcmVectorcontaining thefdimvalues of the integrand at all points inx.The data is owned by the caller of the method.