Method

NumCosmoMathSplineFuncTestset_user_gsl_function

Declaration [src]

void
ncm_spline_func_test_set_user_gsl_function (
  NcmSplineFuncTest* sft,
  gint* F
)

Description [src]

Sets the user supplied GSL function as base for the test.

See also gsl_function for more information.

Parameters

F

Type: gint*

A pointer to a GSL function.

The data is owned by the caller of the method.