Method

NumCosmoMathMatrixset

Declaration [src]

void
ncm_matrix_set (
  NcmMatrix* cm,
  const guint i,
  const guint j,
  const gdouble val
)

Description [src]

This function sets the value of the (i,j)-th element of the matrix cm to val.

Parameters

i

Type: const guint

Row index.

j

Type: const guint

Column index.

val

Type: const gdouble

A double.