Function
NumCosmoMathMSetFuncN
Declaration
void
(* NcmMSetFuncN) (
NcmMSetFunc* func,
NcmMSet* mset,
const gdouble* x,
gdouble* res
)
Parameters
func-
Type:
NcmMSetFuncA
NcmMSetFunc.The data is owned by the caller of the function. mset-
Type:
NcmMSetA
NcmMSet.The data is owned by the caller of the function. x-
Type: An array of
doubleFunction arguments.
The data is owned by the caller of the function. res-
Type: An array of
doubleFunction values.
The data is owned by the caller of the function.