Gets an element of the matrix at (row, col).
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
SyntaxT this[
int row,
int col
] { get; }Parameters
- row Int32
- The zero-based row index.
- col Int32
- The zero-based column index.
Property Value
T
See Also