BandMatrixStorageTData Field |
Gets the compact band data.
Namespace: Altaxo.Calc.LinearAlgebra.StorageAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntax
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