Method

NumCosmoMathMSetFuncset_eval_x

Declaration [src]

void
ncm_mset_func_set_eval_x (
  NcmMSetFunc* func,
  gdouble* x,
  guint len
)

Description [src]

Sets the function’s arguments to x. Once this function is called, the function’s arguments are fixed and func becomes a constant function.

Parameters

x

Type: An array of gdouble

Function arguments.

The length of the array is specified in the len argument.
The data is owned by the caller of the method.
len

Type: guint

Length of x.