| 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.3261.0 (4.8.3261.0)
 Syntax
Syntaxpublic 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
See Also