Base |
The BaseBandMatrix type exposes the following members.
Name | Description | |
---|---|---|
_ColumnCount |
El numero de columnas
(Inherited from BaseMatrix) | |
_Data |
Los datos de la matriz, los datos se almacenan en un un array unidimensional,
Los elementos se almacenan por columnas, esto para que sean compatible con los Arrays de Fortran
(Inherited from BaseMatrix) | |
_RowCount |
El numero de renglones
(Inherited from BaseMatrix) | |
MeLowerBandWidth | Number of bands below the main diagonal (lowerBandWidth) | |
MeUpperBandWidth | Number of bands above the main diagonal (upperBandWidth) |