Method
NumCosmoMathMatrixpeek_variant
Declaration [src]
GVariant*
ncm_matrix_peek_variant (
NcmMatrix* cm
)
Description [src]
This function gets a variant of values taken from cm using the same memory.
The matrix cm should not be modified during the variant existance.
Return value
Type: GVariant
The newly created GVariant.
| The caller of the method takes ownership of the returned data, and is responsible for freeing it. |