Method

NumCosmoMathSplineGslset_type_by_name

Declaration [src]

void
ncm_spline_gsl_set_type_by_name (
  NcmSplineGsl* sg,
  const gchar* type_name
)

Description [src]

This function sets the interpolation method type_name to sg.

Parameters

type_name

Type: const gchar*

Gsl interpolation method name.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.