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.

Parameters

mset

Type: NcmMSet

A NcmMSet.

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

Type: NcmVector

Function arguments in a NcmVector.

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

Type: NcmVector

A NcmVector to store the function values.

The data is owned by the caller of the method.