Method
NumCosmoMathSplineCubicpeek_d_vec
Declaration [src]
NcmVector*
ncm_spline_cubic_peek_d_vec (
const NcmSplineCubic* s
)
Description [src]
Gets the vector of coefficients d. This method is used by subclasses
to implement the ncm_spline_prepare() virtual method.
It should not be used by the user.
Return value
Type: NcmVector
The vector of coefficients d.
| The returned data is owned by the instance. |