Constructor

NumCosmoMathVectorconst_new_gsl

Declaration [src]

const NcmVector*
ncm_vector_const_new_gsl (
  const gint* gv
)

Description [src]

This function converts the #gsl_vector gv into a new constant NcmVector.

This constructor is not directly available to language bindings.

Parameters

gv

Type: const gint*

Constant #gsl_vector from GNU Scientific Library (GSL).

The data is owned by the caller of the function.

Return value

Type: NcmVector

A new constant NcmVector.

The data is owned by the called function.