Function

NumCosmoMathMSetFuncN

Declaration

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

Description

No description available.

Parameters

func

Type: NcmMSetFunc

A NcmMSetFunc.

The data is owned by the caller of the function.
mset

Type: NcmMSet

A NcmMSet.

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

Type: An array of double

Function arguments.

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

Type: An array of double

Function values.

The data is owned by the caller of the function.