Method

NumCosmoMathSplineCubicpeek_diag_vec

Declaration [src]

NcmVector*
ncm_spline_cubic_peek_diag_vec (
  const NcmSplineCubic* s
)

Description [src]

Gets the vector diag 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.