Click or drag to resize

MatrixItem(Int32, Int32) Property

Matrix elements accessor.

Namespace: Altaxo.Calc.Ode.Obsolete
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double this[
	int i,
	int j
] { get; set; }

Parameters

i  Int32
Row index.
j  Int32
Column index.

Return Value

Double
A(i,j)
See Also