Method
NumCosmoMathMSetFunceval_vector
Declaration [src]
void
ncm_mset_func_eval_vector (
NcmMSetFunc* func,
NcmMSet* mset,
NcmVector* x_v,
NcmVector* res_v
)
Description [src]
Compute the function func at x_v and store the result in res_v. This function is
only valid if func is a vectorial function.