IMSL C# Numerical Library

SparseMatrix.Set Method 

Sets the value of an element in the matrix.

public void Set(
   int iRow,
   int jColumn,
   double x
);

Parameters

iRow
An int specifying the row index of the element.
jColumn
An int specifying the column index of the element.
x
A double specifying the value of the iRow-th and jColumn-th element.

See Also

SparseMatrix Class | Imsl.Math Namespace