Function
NumCosmoMathIntegralNDGetDimensions
Description [src]
The type of the function that must be implemented by a subclass of NcmIntegralND.
This function returns the dimension of the integral argument and the dimension of the function to be integrated.
Parameters
intnd-
Type:
NcmIntegralNDA
NcmIntegralND.The data is owned by the caller of the function. dim-
Type:
guint*The dimension of the integral argument.
The argument will be set by the function. fdim-
Type:
guint*The dimension of the function to be integrated.
The argument will be set by the function.