IMSL C# Numerical Library

ComplexSparseMatrix.Get Method 

Returns the value of an element in the matrix.

public Complex Get(
   int iRow,
   int jColumn
);

Parameters

iRow
An int containing the row index of the element.
jColumn
An int containing the column index of the element.

Return Value

A Complex containing the value of the iRow-th and jColumn-th element. If the element was never set, its value is zero.

See Also

ComplexSparseMatrix Class | Imsl.Math Namespace