Constructor

NumCosmoMathSplineGslnew

Declaration [src]

NcmSplineGsl*
ncm_spline_gsl_new (
  const gint* type
)

Description [src]

This function returns a new gsl NcmSpline which will use type interpolation method.

Parameters

type

Type: const gint*

Gsl interpolation method.

The data is owned by the caller of the function.

Return value

Type: NcmSplineGsl

A new NcmSpline.

The caller of the function takes ownership of the data, and is responsible for freeing it.