Click or drag to resize

MatrixTAt(Int32, Int32, T) Method

Sets the value of the given element without range checking.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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