template<typename _Scalar, int Rows, int Cols, int Supers, int Subs, int Options>
class Eigen::internal::BandMatrix< _Scalar, Rows, Cols, Supers, Subs, Options >
Represents a rectangular matrix with a banded storage.
- Template Parameters
-
| _Scalar | Numeric type, i.e. float, double, int |
| _Rows | Number of rows, or Dynamic |
| _Cols | Number of columns, or Dynamic |
| _Supers | Number of super diagonal |
| _Subs | Number of sub diagonal |
| _Options | A combination of either RowMajor or ColMajor, and of SelfAdjoint The former controls storage order, and defaults to column-major. The latter controls whether the matrix represents a selfadjoint matrix in which case either Supers of Subs have to be null. |
- See also
- class TridiagonalMatrix