Method

NumCosmoMathMSetFunceval

Declaration [src]

void
ncm_mset_func_eval (
  NcmMSetFunc* func,
  NcmMSet* mset,
  gdouble* x,
  gdouble* res
)

Description [src]

Evaluate the function func at x and store the result in res.

Parameters

mset

Type: NcmMSet

A NcmMSet.

The data is owned by the caller of the method.
x

Type: An array of double

Function arguments.

The data is owned by the caller of the method.
res

Type: An array of double

Function values.

The data is owned by the caller of the method.