Method

NumCosmoMathMatrixget_col

Declaration [src]

NcmVector*
ncm_matrix_get_col (
  NcmMatrix* cm,
  const guint col
)

Description [src]

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

Parameters

col

Type: const guint

Column index.

Return value

Type: NcmVector

A NcmVector.

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