|
| typedef internal::traits< BandMatrixWrapper >::Scalar | Scalar |
| |
| typedef internal::traits< BandMatrixWrapper >::CoefficientsType | CoefficientsType |
| |
| typedef internal::traits< BandMatrixWrapper >::StorageIndex | StorageIndex |
| |
Public Types inherited from Eigen::internal::BandMatrixBase< BandMatrixWrapper< CoefficientsType_, Rows_, Cols_, Supers_, Subs_, Options_ > > |
| enum | |
| |
| typedef internal::traits< BandMatrixWrapper< CoefficientsType_, Rows_, Cols_, Supers_, Subs_, Options_ > >::Scalar | Scalar |
| |
| typedef Matrix< Scalar, RowsAtCompileTime, ColsAtCompileTime > | DenseMatrixType |
| |
| typedef DenseMatrixType::StorageIndex | StorageIndex |
| |
| typedef internal::traits< BandMatrixWrapper< CoefficientsType_, Rows_, Cols_, Supers_, Subs_, Options_ > >::CoefficientsType | CoefficientsType |
| |
| typedef EigenBase< BandMatrixWrapper< CoefficientsType_, Rows_, Cols_, Supers_, Subs_, Options_ > > | Base |
| |
| typedef Eigen::Index | Index |
| | The interface type of indices. More...
|
| |
| 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_) |
| |
| 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 EIGEN_CONSTEXPR Index | cols () const EIGEN_NOEXCEPT |
| |
| constexpr EIGEN_DEVICE_FUNC BandMatrixWrapper< CoefficientsType_, Rows_, Cols_, Supers_, Subs_, Options_ > & | derived () |
| |
| constexpr EIGEN_DEVICE_FUNC const BandMatrixWrapper< CoefficientsType_, Rows_, Cols_, Supers_, Subs_, Options_ > & | derived () const |
| |
| EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index | rows () const EIGEN_NOEXCEPT |
| |
| constexpr EIGEN_DEVICE_FUNC BandMatrixWrapper< CoefficientsType_, Rows_, Cols_, Supers_, Subs_, Options_ > & | derived () |
| |
| constexpr EIGEN_DEVICE_FUNC const BandMatrixWrapper< CoefficientsType_, Rows_, Cols_, Supers_, Subs_, Options_ > & | derived () const |
| |
| EIGEN_DEVICE_FUNC BandMatrixWrapper< CoefficientsType_, Rows_, Cols_, Supers_, Subs_, Options_ > & | const_cast_derived () const |
| |
| EIGEN_DEVICE_FUNC const BandMatrixWrapper< CoefficientsType_, Rows_, Cols_, Supers_, Subs_, Options_ > & | 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 |
| |
| EIGEN_DEVICE_FUNC void | evalTo (Dest &dst) const |
| |
| EIGEN_DEVICE_FUNC void | addTo (Dest &dst) const |
| |
| EIGEN_DEVICE_FUNC void | subTo (Dest &dst) const |
| |
| EIGEN_DEVICE_FUNC void | applyThisOnTheRight (Dest &dst) const |
| |
| EIGEN_DEVICE_FUNC void | applyThisOnTheLeft (Dest &dst) const |
| |
| EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE DeviceWrapper< BandMatrixWrapper< CoefficientsType_, Rows_, Cols_, Supers_, Subs_, Options_ >, Device > | device (Device &device) |
| |
| EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE DeviceWrapper< const BandMatrixWrapper< CoefficientsType_, Rows_, Cols_, Supers_, Subs_, Options_ >, Device > | device (Device &device) const |
| |