Click or drag to resize

RODoubleMatrixInArray1DColumnMajorRepresentationItem Property

[Missing <summary> documentation for "P:Altaxo.Calc.LinearAlgebra.RODoubleMatrixInArray1DColumnMajorRepresentation.Item(System.Int32,System.Int32)"]


Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double this[
	int row,
	int column
] { get; }

Parameters

row  Int32
 
column  Int32
 

Property Value

Double

Implements

IROMatrixTItemInt32, Int32
See Also