Method

NumCosmoMathMatrixptr

Declaration [src]

gdouble*
ncm_matrix_ptr (
  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: gdouble*

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

The returned data is owned by the instance.