API Version: 1.0
Library Version: 0.27.0
Generated by gi-docgen 2026.1
void ncm_matrix_set ( NcmMatrix* cm, const guint i, const guint j, const gdouble val )
This function sets the value of the (i,j)-th element of the matrix cm to val.
i
j
cm
val
Type: const guint
const guint
Row index.
Column index.
Type: const gdouble
const gdouble
A double.