Function
NumCosmoMathFunctionSampleSetFunc
Description [src]
Vector-valued function type $\vec{F}: \mathbb{R} \to \mathbb{R}^n$.
The function should evaluate at x and write the result into y.
Parameters
x-
Type:
const gdoubleInput value.
y-
Type:
NcmVectorOutput vector to be filled.
The data is owned by the caller of the function. user_data-
Type:
gpointerUser data.
The argument can be NULL.The data is owned by the caller of the function.