Constructor
NumCosmoMathSpline2dBicubicnotaknot_new
Declaration [src]
NcmSpline2d*
ncm_spline2d_bicubic_notaknot_new (
void
)
Description [src]
This function initializes a NcmSpline2d of bi-cubic not-a-knot type
(See NcmSplineCubicNotaknot).
Return value
Type: NcmSpline2d
A new NcmSpline2d.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |