Method

NumCosmoMathVectorget_array

Declaration [src]

GArray*
ncm_vector_get_array (
  NcmVector* cv
)

Description [src]

This function returns the array of cv. It is only applied if the vector cv was created with ncm_vector_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.