Click or drag to resize

BandMatrixStorageTData Field

Gets the compact band data.

Namespace: Altaxo.Calc.LinearAlgebra.Storage
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntax
C#
public readonly T[] Data

Field Value

T
Remarks
The data is stored as a linearized band matrix with LowerBandwidth + UpperBandwidth + 1 rows and ColumnCount columns, using the index mapping ColumnCount * (UpperBandwidth + row - column) + column for an in-band element.
See Also