|
| | BandMatrixWrapper (const CoefficientsType &coeffs, Index rows=_Rows, Index cols=_Cols, Index supers=_Supers, Index subs=_Subs) |
| |
| EIGEN_CONSTEXPR Index | rows () const |
| |
| EIGEN_CONSTEXPR Index | cols () const |
| |
| EIGEN_CONSTEXPR Index | supers () const |
| |
| EIGEN_CONSTEXPR Index | subs () const |
| |
| const CoefficientsType & | coeffs () const |
| |
Public Member Functions inherited from Eigen::internal::BandMatrixBase< BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options > > |
| 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 |
| |
| 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 |
| |
| DenseMatrixType | toDenseMatrix () const |
| |
| EIGEN_DEVICE_FUNC BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options > & | derived () |
| |
| EIGEN_DEVICE_FUNC const BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options > & | derived () const |
| |
| EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index | rows () const EIGEN_NOEXCEPT |
| |
| EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index | cols () const EIGEN_NOEXCEPT |
| |
| EIGEN_DEVICE_FUNC Derived & | derived () |
| |
| EIGEN_DEVICE_FUNC const Derived & | derived () const |
| |
| EIGEN_DEVICE_FUNC Derived & | const_cast_derived () const |
| |
| EIGEN_DEVICE_FUNC const Derived & | const_derived () const |
| |
| EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index | rows () const EIGEN_NOEXCEPT |
| |
| EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index | cols () const EIGEN_NOEXCEPT |
| |
| EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index | size () const EIGEN_NOEXCEPT |
| |
| template<typename Dest > |
| EIGEN_DEVICE_FUNC void | evalTo (Dest &dst) const |
| |
| template<typename Dest > |
| EIGEN_DEVICE_FUNC void | addTo (Dest &dst) const |
| |
| template<typename Dest > |
| EIGEN_DEVICE_FUNC void | subTo (Dest &dst) const |
| |
| template<typename Dest > |
| EIGEN_DEVICE_FUNC void | applyThisOnTheRight (Dest &dst) const |
| |
| template<typename Dest > |
| EIGEN_DEVICE_FUNC void | applyThisOnTheLeft (Dest &dst) const |
| |