Gets the matrix component at the specified position.
Namespace: Extreme.Mathematics.LinearAlgebra.Complex
Assembly: Extreme.Numerics.SinglePrecision.Net40 (in Extreme.Numerics.SinglePrecision.Net40.dll) Version: 4.0.10170.0 (4.0.11003.0)
Syntax
Parameters
-
row
- Type: System..::..Int32
The zero-based row index of
the element to get or set.
-
column
- Type: System..::..Int32
The zero-based column index of
the element to get or set.
Return Value
The component of the
SingleComplexMatrix in the
columnth column of the
rowth row.
Remarks
See Also