Method
NumCosmoMathSplineCubicpeek_c_vec
Declaration [src]
NcmVector*
ncm_spline_cubic_peek_c_vec (
const NcmSplineCubic* s
)
Description [src]
Gets the vector of coefficients c. 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 c.
| The returned data is owned by the instance. |