|
| 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 internal::traits< Derived >::Scalar | Scalar |
| |
|
typedef Matrix< Scalar, RowsAtCompileTime, ColsAtCompileTime > | DenseMatrixType |
| |
|
typedef DenseMatrixType::Index | Index |
| |
|
typedef internal::traits< Derived >::CoefficientsType | CoefficientsType |
| |
|
typedef EigenBase< Derived > | Base |
| |
|
typedef internal::traits< Derived >::StorageKind | StorageKind |
| |
|
typedef internal::traits< Derived >::Index | Index |
| |
|
| Index | supers () const |
| |
| Index | subs () const |
| |
| 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 |
| |
|
DenseMatrixType | toDenseMatrix () const |
| |
| Derived & | derived () |
| |
| const Derived & | derived () const |
| |
|
Derived & | const_cast_derived () const |
| |
|
const Derived & | const_derived () const |
| |
| Index | rows () const |
| |
| Index | cols () const |
| |
| Index | size () const |
| |
|
template<typename Dest > |
| void | evalTo (Dest &dst) const |
| |
|
template<typename Dest > |
| void | addTo (Dest &dst) const |
| |
|
template<typename Dest > |
| void | subTo (Dest &dst) const |
| |
|
template<typename Dest > |
| void | applyThisOnTheRight (Dest &dst) const |
| |
|
template<typename Dest > |
| void | applyThisOnTheLeft (Dest &dst) const |
| |
template<typename Derived>
class Eigen::internal::BandMatrixBase< Derived >
Definition at line 18 of file BandMatrix.h.