Method
NumCosmoMathSpline2dset
Declaration [src]
void
ncm_spline2d_set (
NcmSpline2d* s2d,
NcmVector* xv,
NcmVector* yv,
NcmMatrix* zm,
gboolean init
)
Parameters
xv-
Type:
NcmVectorA
NcmVectorof knots.The data is owned by the caller of the method. yv-
Type:
NcmVectorA
NcmVectorof knots.The data is owned by the caller of the method. zm-
Type:
NcmMatrixA
NcmMatrixof the values of the function, to be interpolated, computed atxvandyv.The data is owned by the caller of the method. init-
Type:
gbooleanTRUE to prepare the
NcmSpline2dor FALSE to not prepare it.