Method

NumCosmoMathMatrixget

Declaration [src]

gdouble
ncm_matrix_get (
  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: gdouble

The (i,j)-th element of the matrix cm.