Adds a value to an element in the matrix.
int
containing the row index of the element. int
containing the column index of the element. Complex
containing the value to be added to the iRow
-th and jColumn
-th element. A Complex
containing the updated value of the iRow
-th and jColumn
-th element, which equals its old value plus x.
ComplexSparseMatrix Class | Imsl.Math Namespace