Click or drag to resize

BaseBandMatrix Fields

The BaseBandMatrix type exposes the following members.

Fields
 NameDescription
Protected field_ColumnCount El numero de columnas
(Inherited from BaseMatrix)
Protected field_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)
Protected field_RowCount El numero de renglones
(Inherited from BaseMatrix)
Protected fieldMeLowerBandWidth Number of bands below the main diagonal (lowerBandWidth)
Protected fieldMeUpperBandWidth Number of bands above the main diagonal (upperBandWidth)
Top
See Also