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