Method

NumCosmoMathMatrixget_array

Declaration [src]

GArray*
ncm_matrix_get_array (
  NcmMatrix* cm
)

Description [src]

This function returns the array of cv. It is only applied if the matrix cm was created with ncm_matrix_new_array().

Return value

Type: An array of double

A pointer to a double GArray.

The caller of the method takes ownership of the returned data container, but not the data inside it.