Method

NumCosmoMathMSetCatalogpeek_row

Declaration [src]

NcmVector*
ncm_mset_catalog_peek_row (
  NcmMSetCatalog* mcat,
  guint i
)

Description [src]

Gets the i-th row.

Parameters

i

Type: guint

The row index.

Return value

Type: NcmVector

The row with index i or NULL if not available.

The returned data is owned by the instance.