Click or drag to resize

BandMatrixStorageT Fields

The BandMatrixStorageT type exposes the following members.

Fields
 NameDescription
Public fieldColumnCount Gets the number of columns in the matrix.
(Inherited from MatrixStorageT)
Public fieldData Gets the compact band data.
Public fieldLowerBandwidth Gets the number of sub-diagonals stored below the main diagonal.
Public fieldRowCount Gets the number of rows in the matrix.
(Inherited from MatrixStorageT)
Public fieldUpperBandwidth Gets the number of super-diagonals stored above the main diagonal.
Top
See Also