|
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 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 BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options > & | derived () |
|
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 |
|