Function

NumCosmoMathDiffFunc1toM

Declaration

void
(* NcmDiffFunc1toM) (
  const gdouble x,
  NcmVector* y,
  gpointer user_data
)

Description [src]

Functon $f(x)$ call back.

Parameters

x

Type: const gdouble

Function argument.

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.