Method

NumCosmoMathMatrixget_row

Declaration [src]

NcmVector*
ncm_matrix_get_row (
  NcmMatrix* cm,
  const guint row
)

Description [src]

This function returns the elements of the row row of the matrix cm into a NcmVector.

Parameters

row

Type: const guint

Row index.

Return value

Type: NcmVector

A NcmVector.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.