Method

NumCosmoMathMatrixdup_array

Declaration [src]

GArray*
ncm_matrix_dup_array (
  NcmMatrix* cm
)

Description [src]

This function returns an GArray containing a copy of its elements..

Return value

Type: An array of double

A pointer to a double GArray.

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