|
typedef internal::traits< BandMatrixWrapper >::Scalar | Scalar |
|
typedef internal::traits< BandMatrixWrapper >::CoefficientsType | CoefficientsType |
|
typedef internal::traits< BandMatrixWrapper >::Index | Index |
|
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::Index | Index |
|
typedef internal::traits< BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options > >::CoefficientsType | CoefficientsType |
|
typedef EigenBase< BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options > > | Base |
|
typedef internal::traits< BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options > >::StorageKind | StorageKind |
|
typedef internal::traits< BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options > >::Index | Index |
|
|
| BandMatrixWrapper (const CoefficientsType &coeffs, Index rows=_Rows, Index cols=_Cols, Index supers=_Supers, Index subs=_Subs) |
|
Index | rows () const |
|
Index | cols () const |
|
Index | supers () const |
|
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 |
|
BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options > & | derived () |
|
const BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options > & | derived () const |
|
BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options > & | const_cast_derived () const |
|
const BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options > & | const_derived () const |
|
Index | rows () const |
|
Index | cols () const |
|
Index | size () const |
|
void | evalTo (Dest &dst) const |
|
void | addTo (Dest &dst) const |
|
void | subTo (Dest &dst) const |
|
void | applyThisOnTheRight (Dest &dst) const |
|
void | applyThisOnTheLeft (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.