MatrixTAt(Int32, Int32, T) Method |
Sets the value of the given element without range checking.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void At(
int row,
int column,
T value
)
Parameters
- row Int32
-
The row of the element.
- column Int32
-
The column of the element.
- value T
-
The value to set the element to.
See Also