Method

NumCosmoMathMatrixgsl

Declaration [src]

gint*
ncm_matrix_gsl (
  NcmMatrix* cm
)

Description [src]

This function returns a pointer to the #gsl_matrix associated to the matrix cm.

This method is not directly available to language bindings.

Return value

Type: gint*

A pointer to a #gsl_matrix.

The returned data is owned by the instance.