
Public Types | |
| typedef internal::traits < BandMatrixWrapper >::Scalar | Scalar |
| typedef internal::traits < BandMatrixWrapper > ::CoefficientsType | CoefficientsType |
| typedef internal::traits < BandMatrixWrapper >::Index | Index |
| enum | |
| typedef Matrix< Scalar, RowsAtCompileTime, ColsAtCompileTime > | DenseMatrixType |
| typedef EigenBase< Derived > | Base |
Public Member Functions | |
| 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 |
| 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 |
Protected Types | |
| enum | |
Protected Member Functions | |
| Index | diagonalLength (Index i) const |
Protected Attributes | |
| const CoefficientsType & | m_coeffs |
| internal::variable_if_dynamic < Index, _Rows > | m_rows |
| internal::variable_if_dynamic < Index, _Supers > | m_supers |
| internal::variable_if_dynamic < Index, _Subs > | m_subs |
typedef EigenBase<Derived> Eigen::internal::BandMatrixBase::Base [inherited] |
| typedef internal::traits<BandMatrixWrapper>::CoefficientsType Eigen::internal::BandMatrixWrapper::CoefficientsType |
typedef Matrix<Scalar,RowsAtCompileTime,ColsAtCompileTime> Eigen::internal::BandMatrixBase::DenseMatrixType [inherited] |
| typedef internal::traits<BandMatrixWrapper>::Index Eigen::internal::BandMatrixWrapper::Index |
| typedef internal::traits<BandMatrixWrapper>::Scalar Eigen::internal::BandMatrixWrapper::Scalar |
| Eigen::internal::BandMatrixWrapper::BandMatrixWrapper | ( | const CoefficientsType & | coeffs, |
| Index | rows = _Rows, |
||
| Index | cols = _Cols, |
||
| Index | supers = _Supers, |
||
| Index | subs = _Subs |
||
| ) | [inline] |
| CoefficientsType& Eigen::internal::BandMatrixBase::coeffs | ( | ) | [inline, inherited] |
| const CoefficientsType& Eigen::internal::BandMatrixWrapper::coeffs | ( | ) | const [inline] |
Reimplemented from Eigen::internal::BandMatrixBase< BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options > >.
| Block<CoefficientsType,Dynamic,1> Eigen::internal::BandMatrixBase::col | ( | Index | i | ) | [inline, inherited] |
| Index Eigen::internal::BandMatrixWrapper::cols | ( | void | ) | const [inline] |
| Block<CoefficientsType,1,SizeAtCompileTime> Eigen::internal::BandMatrixBase::diagonal | ( | ) | [inline, inherited] |
| const Block<const CoefficientsType,1,SizeAtCompileTime> Eigen::internal::BandMatrixBase::diagonal | ( | ) | const [inline, inherited] |
| DiagonalIntReturnType<N>::Type Eigen::internal::BandMatrixBase::diagonal | ( | ) | [inline, inherited] |
| const DiagonalIntReturnType<N>::Type Eigen::internal::BandMatrixBase::diagonal | ( | ) | const [inline, inherited] |
| Block<CoefficientsType,1,Dynamic> Eigen::internal::BandMatrixBase::diagonal | ( | Index | i | ) | [inline, inherited] |
| const Block<const CoefficientsType,1,Dynamic> Eigen::internal::BandMatrixBase::diagonal | ( | Index | i | ) | const [inline, inherited] |
| void Eigen::internal::BandMatrixBase::evalTo | ( | Dest & | dst | ) | const [inline, inherited] |
| Index Eigen::internal::BandMatrixWrapper::rows | ( | void | ) | const [inline] |
| Index Eigen::internal::BandMatrixWrapper::subs | ( | ) | const [inline] |
Reimplemented from Eigen::internal::BandMatrixBase< BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options > >.
| Index Eigen::internal::BandMatrixWrapper::supers | ( | ) | const [inline] |
Reimplemented from Eigen::internal::BandMatrixBase< BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options > >.
| DenseMatrixType Eigen::internal::BandMatrixBase::toDenseMatrix | ( | ) | const [inline, inherited] |
const CoefficientsType& Eigen::internal::BandMatrixWrapper::m_coeffs [protected] |
internal::variable_if_dynamic<Index, _Rows> Eigen::internal::BandMatrixWrapper::m_rows [protected] |
internal::variable_if_dynamic<Index, _Subs> Eigen::internal::BandMatrixWrapper::m_subs [protected] |
internal::variable_if_dynamic<Index, _Supers> Eigen::internal::BandMatrixWrapper::m_supers [protected] |
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |