Function

NumCosmoMathDiffFuncNtoM

Declaration

void
(* NcmDiffFuncNtoM) (
  NcmVector* x,
  NcmVector* y,
  gpointer user_data
)

Description [src]

Functon $f(x)$ call back.

Parameters

x

Type: NcmVector

Function argument.

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

Type: NcmVector

Function value.

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

Type: gpointer

User data.

The argument can be NULL.
The data is owned by the caller of the function.