Method
NumCosmoMathSpline2dpeek_zm
Declaration [src]
NcmMatrix*
ncm_spline2d_peek_zm (
NcmSpline2d* s2d
)
Description [src]
Get the NcmMatrix of the values of the function, to be interpolated, computed at the knots.
This method is intended for internal use only.
Return value
Type: NcmMatrix
The NcmMatrix of the values of the function, to be interpolated, computed at the knots.
| The returned data is owned by the instance. |