Function

NumCosmoMathDiffFuncNto1

Declaration

gdouble
(* NcmDiffFuncNto1) (
  NcmVector* x,
  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.
user_data

Type: gpointer

User data.

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

Return value

Type: gdouble

No description available.