Function

NumCosmoMathMSetFunc1N

Declaration

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

Description

No description available.

Parameters

f1

Type: NcmMSetFunc1

A NcmMSetFunc1.

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 argument.

The data is owned by the caller of the function.

Return value

Type: An array of double

Function result.

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