Gets an element of the matrix at (row, col).
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax T this[
int row,
int col
] { get; }
Parameters
- row Int32
-
- col Int32
-
Property Value
TSee Also