Method

NumCosmoMathMatrixconst_ptr

Declaration [src]

const gdouble*
ncm_matrix_const_ptr (
  const NcmMatrix* cm,
  const guint i,
  const guint j
)

Description

No description available.

Parameters

i

Type: const guint

Row index.

j

Type: const guint

Column index.

Return value

Type: const gdouble*

A constant pointer to the (i,j)-th element of the matrix cm.

The returned data is owned by the instance.