|  | 
| typedef internal::traits< BandMatrixWrapper >::CoefficientsType | CoefficientsType | 
|  | 
| typedef internal::traits< BandMatrixWrapper >::Index | Index | 
|  | 
| typedef internal::traits< BandMatrixWrapper >::Scalar | Scalar | 
|  | 
|  Public Types inherited from Eigen::internal::BandMatrixBase< BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options > > | 
| enum |  | 
|  | 
| typedef EigenBase< BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options > > | Base | 
|  | 
| typedef internal::traits< BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options > >::CoefficientsType | CoefficientsType | 
|  | 
| typedef Matrix< Scalar, RowsAtCompileTime, ColsAtCompileTime > | DenseMatrixType | 
|  | 
| typedef DenseMatrixType::Index | Index | 
|  | 
| typedef internal::traits< BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options > >::Scalar | Scalar | 
|  | 
| typedef internal::traits< BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options > >::Index | Index | 
|  | 
| typedef internal::traits< BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options > >::StorageKind | StorageKind | 
|  | 
|  | 
|  | BandMatrixWrapper (const CoefficientsType &coeffs, Index rows=_Rows, Index cols=_Cols, Index supers=_Supers, Index subs=_Subs) | 
|  | 
| const CoefficientsType & | coeffs () const | 
|  | 
| Index | cols () const | 
|  | 
| Index | rows () const | 
|  | 
| Index | subs () const | 
|  | 
| Index | supers () const | 
|  | 
|  Public Member Functions inherited from Eigen::internal::BandMatrixBase< BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options > > | 
| 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 | 
|  | 
| DiagonalIntReturnType< N >::Type | diagonal () | 
|  | 
| const DiagonalIntReturnType< N >::Type | diagonal () const | 
|  | 
| Block< CoefficientsType, 1, Dynamic > | diagonal (Index i) | 
|  | 
| const Block< const CoefficientsType, 1, Dynamic > | diagonal (Index i) const | 
|  | 
| void | evalTo (Dest &dst) const | 
|  | 
| Index | subs () const | 
|  | 
| Index | supers () const | 
|  | 
| DenseMatrixType | toDenseMatrix () const | 
|  | 
| void | addTo (Dest &dst) const | 
|  | 
| void | applyThisOnTheLeft (Dest &dst) const | 
|  | 
| void | applyThisOnTheRight (Dest &dst) const | 
|  | 
| Index | cols () const | 
|  | 
| BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options > & | const_cast_derived () const | 
|  | 
| const BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options > & | const_derived () const | 
|  | 
| BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options > & | derived () | 
|  | 
| const BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options > & | derived () const | 
|  | 
| void | evalTo (Dest &dst) const | 
|  | 
| Index | rows () const | 
|  | 
| Index | size () const | 
|  | 
| void | subTo (Dest &dst) const | 
|  | 
template<typename _CoefficientsType, int _Rows, int _Cols, int _Supers, int _Subs, int _Options>
class Eigen::internal::BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options >
Definition at line 237 of file BandMatrix.h.