IMSL C# Numerical Library

ComplexSparseMatrix.Set Method 

Sets the value of an element in the matrix.

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

Parameters

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

See Also

ComplexSparseMatrix Class | Imsl.Math Namespace