Method
NumCosmoMathMSetFunceval
Declaration [src]
void
ncm_mset_func_eval (
NcmMSetFunc* func,
NcmMSet* mset,
gdouble* x,
gdouble* res
)
Parameters
mset-
Type:
NcmMSetA
NcmMSet.The data is owned by the caller of the method. x-
Type: An array of
doubleFunction arguments.
The data is owned by the caller of the method. res-
Type: An array of
doubleFunction values.
The data is owned by the caller of the method.