Method

NumCosmoMathVectorconst_gsl

Declaration [src]

const gint*
ncm_vector_const_gsl (
  const NcmVector* cv
)

Description [src]

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

This method is not directly available to language bindings.

Return value

Type: const gint*

A constant pointer to a #gsl_vector.

The returned data is owned by the instance.