Method

NumCosmoMathStatsVecpeek_row

Declaration [src]

NcmVector*
ncm_stats_vec_peek_row (
  NcmStatsVec* svec,
  guint i
)

Description [src]

The i-th data row used in the statistics, this function fails if the object was not created with save_x == TRUE;.

Parameters

i

Type: guint

The row’s index.

Return value

Type: NcmVector

The i-th data row.

The returned data is owned by the instance.