Virtual Method

NumCosmoMathMSetFunc1eval1

Declaration [src]

GArray*
eval1 (
  NcmMSetFunc1* f1,
  NcmMSet* mset,
  GArray* x
)

Description [src]

Evaluates the function at x.

Parameters

mset

Type: NcmMSet

A NcmMSet.

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

Type: An array of double

Function argument.

The data is owned by the caller of the method.

Return value

Type: An array of double

Function result.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.