Constructor

NumCosmoMathMatrixnew_gsl_const

Declaration [src]

const NcmMatrix*
ncm_matrix_new_gsl_const (
  gint* gm
)

Description [src]

This function converts gm into a constant NcmMatrix.

This constructor is not directly available to language bindings.

Parameters

gm

Type: gint*

Matrix from GNU Scientific Library (GSL).

The data is owned by the caller of the function.

Return value

Type: NcmMatrix

A new constant NcmMatrix.

The data is owned by the called function.