Method
NumCosmoMathSplineCubicpeek_offdiag_vec
Declaration [src]
NcmVector*
ncm_spline_cubic_peek_offdiag_vec (
const NcmSplineCubic* s
)
Description [src]
Gets the vector offdiag of the tri-diagonal matrix. 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 g.
| The returned data is owned by the instance. |