Method

NumCosmoMathVectorgsl

Declaration [src]

gint*
ncm_vector_gsl (
  NcmVector* cv
)

Description [src]

This function returns a pointer to the #gsl_vector associated to the vector cv.

This method is not directly available to language bindings.

Return value

Type: gint*

A pointer to a #gsl_vector.

The returned data is owned by the instance.