#include <BandMatrix.h>

| Classes | |
| struct | DiagonalIntReturnType | 
| Public Types | |
| enum | { Flags = internal::traits<Derived>::Flags, CoeffReadCost = internal::traits<Derived>::CoeffReadCost, RowsAtCompileTime = internal::traits<Derived>::RowsAtCompileTime, ColsAtCompileTime = internal::traits<Derived>::ColsAtCompileTime, MaxRowsAtCompileTime = internal::traits<Derived>::MaxRowsAtCompileTime, MaxColsAtCompileTime = internal::traits<Derived>::MaxColsAtCompileTime, Supers = internal::traits<Derived>::Supers, Subs = internal::traits<Derived>::Subs, Options = internal::traits<Derived>::Options } | 
| typedef EigenBase< Derived > | Base | 
| typedef internal::traits< Derived >::CoefficientsType | CoefficientsType | 
| typedef Matrix< Scalar, RowsAtCompileTime, ColsAtCompileTime > | DenseMatrixType | 
| typedef DenseMatrixType::Index | Index | 
| typedef internal::traits< Derived >::Scalar | Scalar | 
|  Public Types inherited from Eigen::EigenBase< Derived > | |
| typedef internal::traits< Derived >::Index | Index | 
| typedef internal::traits< Derived >::StorageKind | StorageKind | 
| Public Member Functions | |
| const CoefficientsType & | coeffs () const | 
| CoefficientsType & | coeffs () | 
| Block< CoefficientsType, Dynamic, 1 > | col (Index i) | 
| Block< CoefficientsType, 1, SizeAtCompileTime > | diagonal () | 
| const Block< const CoefficientsType, 1, SizeAtCompileTime > | diagonal () const | 
| template<int N> | |
| DiagonalIntReturnType< N >::Type | diagonal () | 
| template<int N> | |
| const DiagonalIntReturnType< N >::Type | diagonal () const | 
| Block< CoefficientsType, 1, Dynamic > | diagonal (Index i) | 
| const Block< const CoefficientsType, 1, Dynamic > | diagonal (Index i) const | 
| template<typename Dest > | |
| void | evalTo (Dest &dst) const | 
| Index | subs () const | 
| Index | supers () const | 
| DenseMatrixType | toDenseMatrix () const | 
|  Public Member Functions inherited from Eigen::EigenBase< Derived > | |
| template<typename Dest > | |
| void | addTo (Dest &dst) const | 
| template<typename Dest > | |
| void | applyThisOnTheLeft (Dest &dst) const | 
| template<typename Dest > | |
| void | applyThisOnTheRight (Dest &dst) const | 
| Index | cols () const | 
| Derived & | const_cast_derived () const | 
| const Derived & | const_derived () const | 
| Derived & | derived () | 
| const Derived & | derived () const | 
| template<typename Dest > | |
| void | evalTo (Dest &dst) const | 
| Index | rows () const | 
| Index | size () const | 
| template<typename Dest > | |
| void | subTo (Dest &dst) const | 
| Protected Types | |
| enum | { DataRowsAtCompileTime, SizeAtCompileTime = EIGEN_SIZE_MIN_PREFER_DYNAMIC(RowsAtCompileTime,ColsAtCompileTime) } | 
| Protected Member Functions | |
| Index | diagonalLength (Index i) const | 
Definition at line 18 of file BandMatrix.h.
| typedef EigenBase<Derived> Eigen::internal::BandMatrixBase< Derived >::Base | 
Definition at line 37 of file BandMatrix.h.
| typedef internal::traits<Derived>::CoefficientsType Eigen::internal::BandMatrixBase< Derived >::CoefficientsType | 
Definition at line 36 of file BandMatrix.h.
| typedef Matrix<Scalar,RowsAtCompileTime,ColsAtCompileTime> Eigen::internal::BandMatrixBase< Derived >::DenseMatrixType | 
Definition at line 34 of file BandMatrix.h.
| typedef DenseMatrixType::Index Eigen::internal::BandMatrixBase< Derived >::Index | 
Definition at line 35 of file BandMatrix.h.
| typedef internal::traits<Derived>::Scalar Eigen::internal::BandMatrixBase< Derived >::Scalar | 
Definition at line 33 of file BandMatrix.h.
| anonymous enum | 
| Enumerator | |
|---|---|
| Flags | |
| CoeffReadCost | |
| RowsAtCompileTime | |
| ColsAtCompileTime | |
| MaxRowsAtCompileTime | |
| MaxColsAtCompileTime | |
| Supers | |
| Subs | |
| Options | |
Definition at line 22 of file BandMatrix.h.
| 
 | protected | 
| Enumerator | |
|---|---|
| DataRowsAtCompileTime | |
| SizeAtCompileTime | |
Definition at line 40 of file BandMatrix.h.
| 
 | inline | 
Definition at line 60 of file BandMatrix.h.
| 
 | inline | 
Definition at line 63 of file BandMatrix.h.
| 
 | inline | 
Definition at line 68 of file BandMatrix.h.
| 
 | inline | 
Definition at line 84 of file BandMatrix.h.
| 
 | inline | 
Definition at line 88 of file BandMatrix.h.
| 
 | inline | 
Definition at line 109 of file BandMatrix.h.
| 
 | inline | 
Definition at line 115 of file BandMatrix.h.
| 
 | inline | 
Definition at line 121 of file BandMatrix.h.
| 
 | inline | 
Definition at line 128 of file BandMatrix.h.
| 
 | inlineprotected | 
Definition at line 154 of file BandMatrix.h.
| 
 | inline | 
Definition at line 134 of file BandMatrix.h.
| 
 | inline | 
Definition at line 57 of file BandMatrix.h.
| 
 | inline | 
Definition at line 54 of file BandMatrix.h.
| 
 | inline | 
Definition at line 145 of file BandMatrix.h.