Constructor

NumCosmoMathSpline2dGslnatural_new

Declaration [src]

NcmSpline2d*
ncm_spline2d_gsl_natural_new (
  void
)

Description [src]

This function initializes a NcmSpline2d of GSL type gsl_interp_cspline.

Return value

Type: NcmSpline2d

A new NcmSpline2d.

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