Constructor

NumCosmoMathSpline2dGslnew

Declaration [src]

NcmSpline2d*
ncm_spline2d_gsl_new (
  NcmSpline* s
)

Description [src]

This function initializes a NcmSpline2d of GSL type given in s.

Parameters

s

Type: NcmSpline

A NcmSplineGsl derived NcmSpline.

The data is owned by the caller of the function.

Return value

Type: NcmSpline2d

A new NcmSpline2d.

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