Constructor

NumCosmoMathSpline2dBicubicnew

Declaration [src]

NcmSpline2d*
ncm_spline2d_bicubic_new (
  NcmSpline* s
)

Description [src]

This function initializes a NcmSpline2d of bicubic type given s.

Parameters

s

Type: NcmSpline

A NcmSplineCubic 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.