Method

NumCosmoMathSplineVecpeek_spline

Declaration [src]

NcmSpline*
ncm_spline_vec_peek_spline (
  NcmSplineVec* sv,
  guint i
)

Description [src]

Gets the i-th component spline without increasing its reference count.

Parameters

i

Type: guint

Component index.

Return value

Type: NcmSpline

The i-th component spline.

The returned data is owned by the instance.