Represents a tridiagonal matrix with a compact banded storage.
| _Scalar | Numeric type, i.e. float, double, int |
| Size | Number of rows and cols, or Dynamic |
| _Options | Can be 0 or SelfAdjoint |

Public Types | |
| typedef internal::traits < BandMatrix >::Scalar | Scalar |
| typedef internal::traits < BandMatrix > ::CoefficientsType | CoefficientsType |
| enum | { Flags = internal::traits<Derived>::Flags, CoeffReadCost = internal::traits<Derived>::CoeffReadCost, RowsAtCompileTime = internal::traits<Derived>::RowsAtCompileTime, ColsAtCompileTime = internal::traits<Derived>::ColsAtCompileTime, MaxRowsAtCompileTime = internal::traits<Derived>::MaxRowsAtCompileTime, MaxColsAtCompileTime = internal::traits<Derived>::MaxColsAtCompileTime, Supers = internal::traits<Derived>::Supers, Subs = internal::traits<Derived>::Subs, Options = internal::traits<Derived>::Options } |
| typedef Matrix< Scalar, RowsAtCompileTime, ColsAtCompileTime > | DenseMatrixType |
| typedef internal::traits < Derived >::StorageKind | StorageKind |
Public Member Functions | |
| TridiagonalMatrix (Index size=Size) | |
| Base::template DiagonalIntReturnType < 1 >::Type | super () |
| const Base::template DiagonalIntReturnType < 1 >::Type | super () const |
| Base::template DiagonalIntReturnType <-1 >::Type | sub () |
| const Base::template DiagonalIntReturnType <-1 >::Type | sub () const |
| 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 |
| template<int N> | |
| DiagonalIntReturnType< N >::Type | diagonal () |
| template<int N> | |
| const DiagonalIntReturnType< N > ::Type | diagonal () const |
| Block< CoefficientsType, 1, Dynamic > | diagonal (Index i) |
| const Block< const CoefficientsType, 1, Dynamic > | diagonal (Index i) const |
| template<typename Dest > | |
| void | evalTo (Dest &dst) const |
| DenseMatrixType | toDenseMatrix () const |
| Derived & | derived () |
| const Derived & | derived () const |
| Derived & | const_cast_derived () const |
| const Derived & | const_derived () const |
| Index | size () const |
| template<typename Dest > | |
| void | addTo (Dest &dst) const |
| template<typename Dest > | |
| void | subTo (Dest &dst) const |
| template<typename Dest > | |
| void | applyThisOnTheRight (Dest &dst) const |
| template<typename Dest > | |
| void | applyThisOnTheLeft (Dest &dst) const |
Protected Types | |
| enum | { DataRowsAtCompileTime, SizeAtCompileTime = EIGEN_SIZE_MIN_PREFER_DYNAMIC(RowsAtCompileTime,ColsAtCompileTime) } |
Protected Member Functions | |
| Index | diagonalLength (Index i) const |
Protected Attributes | |
| 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 |
Private Types | |
| typedef BandMatrix< Scalar, Size, Size, Options &SelfAdjoint?0:1, 1, Options|RowMajor > | Base |
| typedef Base::Index | Index |
typedef BandMatrix<Scalar,Size,Size,Options&SelfAdjoint?0:1,1,Options|RowMajor> Eigen::internal::TridiagonalMatrix< Scalar, Size, Options >::Base [private] |
Reimplemented from Eigen::internal::BandMatrixBase< Derived >.
typedef internal::traits<BandMatrix>::CoefficientsType Eigen::internal::BandMatrix< Scalar , Rows, Cols, Supers, Subs, Options >::CoefficientsType [inherited] |
Reimplemented from Eigen::internal::BandMatrixBase< Derived >.
typedef Matrix<Scalar,RowsAtCompileTime,ColsAtCompileTime> Eigen::internal::BandMatrixBase< Derived >::DenseMatrixType [inherited] |
typedef Base::Index Eigen::internal::TridiagonalMatrix< Scalar, Size, Options >::Index [private] |
typedef internal::traits<BandMatrix>::Scalar Eigen::internal::BandMatrix< Scalar , Rows, Cols, Supers, Subs, Options >::Scalar [inherited] |
Reimplemented from Eigen::internal::BandMatrixBase< Derived >.
typedef internal::traits<Derived>::StorageKind Eigen::EigenBase< Derived >::StorageKind [inherited] |
Reimplemented in Eigen::DenseCoeffsBase< Derived, ReadOnlyAccessors >, Eigen::DenseCoeffsBase< Derived, WriteAccessors >, Eigen::TriangularBase< Derived >, Eigen::TriangularView< _MatrixType, _Mode >, Eigen::SparseMatrixBase< Derived >, Eigen::SkylineMatrixBase< Derived >, Eigen::SkylineMatrixBase< Derived >, Eigen::TriangularBase< TriangularView< _MatrixType, _Mode > >, Eigen::TriangularBase< SelfAdjointView< MatrixType, UpLo > >, Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >, Eigen::SparseMatrixBase< Transpose< MatrixType > >, Eigen::SparseMatrixBase< SparseDiagonalProduct< Lhs, Rhs > >, Eigen::SparseMatrixBase< CwiseUnaryView< ViewOp, MatrixType > >, Eigen::SparseMatrixBase< SparseInnerVectorSet< DynamicSparseMatrix< _Scalar, _Options >, Size > >, Eigen::SparseMatrixBase< SparseMatrix< _Scalar, _Options, _Index > >, Eigen::SparseMatrixBase< SparseMatrix< Scalar, _Options, _Index > >, Eigen::SparseMatrixBase< SparseInnerVectorSet< SparseMatrix< _Scalar, _Options >, Size > >, Eigen::SparseMatrixBase< SparseDenseOuterProduct< Lhs, Rhs, Tr > >, Eigen::SparseMatrixBase< SparseInnerVectorSet< MatrixType, Size > >, Eigen::SparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags, _Index > >, Eigen::SparseMatrixBase< SparseMatrix< Scalar, _Options, Index > >, Eigen::SparseMatrixBase< SparseSparseProduct< LhsNested, RhsNested > >, Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >, Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > >, Eigen::SparseMatrixBase< SparseView< MatrixType > >, Eigen::SparseMatrixBase< CwiseBinaryOp< BinaryOp, Lhs, Rhs > >, Eigen::SparseMatrixBase< DynamicSparseMatrix< _Scalar, _Options, _Index > >, Eigen::SkylineMatrixBase< SkylineMatrix< _Scalar, _Options > >, and Eigen::SkylineMatrixBase< SkylineMatrix< _Scalar, _Options > >.
anonymous enum [inherited] |
anonymous enum [protected, inherited] |
| Eigen::internal::TridiagonalMatrix< Scalar, Size, Options >::TridiagonalMatrix | ( | Index | size = Size | ) | [inline] |
| void Eigen::EigenBase< Derived >::addTo | ( | Dest & | dst | ) | const [inline, inherited] |
| void Eigen::EigenBase< Derived >::applyThisOnTheLeft | ( | Dest & | dst | ) | const [inline, inherited] |
Reimplemented in Eigen::HouseholderSequence< VectorsType, CoeffsType, Side >.
| void Eigen::EigenBase< Derived >::applyThisOnTheRight | ( | Dest & | dst | ) | const [inline, inherited] |
Reimplemented in Eigen::HouseholderSequence< VectorsType, CoeffsType, Side >.
| CoefficientsType& Eigen::internal::BandMatrix< Scalar , Rows, Cols, Supers, Subs, Options >::coeffs | ( | ) | [inline, inherited] |
Reimplemented from Eigen::internal::BandMatrixBase< Derived >.
| const CoefficientsType& Eigen::internal::BandMatrix< Scalar , Rows, Cols, Supers, Subs, Options >::coeffs | ( | ) | const [inline, inherited] |
Reimplemented from Eigen::internal::BandMatrixBase< Derived >.
| Block<CoefficientsType,Dynamic,1> Eigen::internal::BandMatrixBase< Derived >::col | ( | Index | i | ) | [inline, inherited] |
| Index Eigen::internal::BandMatrix< Scalar , Rows, Cols, Supers, Subs, Options >::cols | ( | void | ) | const [inline, inherited] |
Reimplemented from Eigen::EigenBase< Derived >.
| Derived& Eigen::EigenBase< Derived >::const_cast_derived | ( | ) | const [inline, inherited] |
| const Derived& Eigen::EigenBase< Derived >::const_derived | ( | ) | const [inline, inherited] |
| Derived& Eigen::EigenBase< Derived >::derived | ( | ) | [inline, inherited] |
Definition at line 49 of file Core.
Referenced by mrpt::math::loadVector().
| const Derived& Eigen::EigenBase< Derived >::derived | ( | ) | const [inline, inherited] |
| Block<CoefficientsType,1,Dynamic> Eigen::internal::BandMatrixBase< Derived >::diagonal | ( | Index | i | ) | [inline, inherited] |
| const Block<const CoefficientsType,1,Dynamic> Eigen::internal::BandMatrixBase< Derived >::diagonal | ( | Index | i | ) | const [inline, inherited] |
| const Block<const CoefficientsType,1,SizeAtCompileTime> Eigen::internal::BandMatrixBase< Derived >::diagonal | ( | ) | const [inline, inherited] |
| Block<CoefficientsType,1,SizeAtCompileTime> Eigen::internal::BandMatrixBase< Derived >::diagonal | ( | ) | [inline, inherited] |
| DiagonalIntReturnType<N>::Type Eigen::internal::BandMatrixBase< Derived >::diagonal | ( | ) | [inline, inherited] |
| const DiagonalIntReturnType<N>::Type Eigen::internal::BandMatrixBase< Derived >::diagonal | ( | ) | const [inline, inherited] |
| Index Eigen::internal::BandMatrixBase< Derived >::diagonalLength | ( | Index | i | ) | const [inline, protected, inherited] |
| void Eigen::internal::BandMatrixBase< Derived >::evalTo | ( | Dest & | dst | ) | const [inline, inherited] |
Reimplemented from Eigen::EigenBase< Derived >.
| Index Eigen::internal::BandMatrix< Scalar , Rows, Cols, Supers, Subs, Options >::rows | ( | void | ) | const [inline, inherited] |
Reimplemented from Eigen::EigenBase< Derived >.
| Index Eigen::EigenBase< Derived >::size | ( | ) | const [inline, inherited] |
Reimplemented in Eigen::PermutationBase< Derived >, Eigen::SparseMatrixBase< Derived >, Eigen::SkylineMatrixBase< Derived >, Eigen::SkylineMatrixBase< Derived >, Eigen::PermutationBase< PermutationWrapper< _IndicesType > >, Eigen::PermutationBase< Map< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType >, _PacketAccess > >, Eigen::PermutationBase< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, IndexType > >, Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >, Eigen::SparseMatrixBase< Transpose< MatrixType > >, Eigen::SparseMatrixBase< SparseDiagonalProduct< Lhs, Rhs > >, Eigen::SparseMatrixBase< CwiseUnaryView< ViewOp, MatrixType > >, Eigen::SparseMatrixBase< SparseInnerVectorSet< DynamicSparseMatrix< _Scalar, _Options >, Size > >, Eigen::SparseMatrixBase< SparseMatrix< _Scalar, _Options, _Index > >, Eigen::SparseMatrixBase< SparseMatrix< Scalar, _Options, _Index > >, Eigen::SparseMatrixBase< SparseInnerVectorSet< SparseMatrix< _Scalar, _Options >, Size > >, Eigen::SparseMatrixBase< SparseDenseOuterProduct< Lhs, Rhs, Tr > >, Eigen::SparseMatrixBase< SparseInnerVectorSet< MatrixType, Size > >, Eigen::SparseMatrixBase< MappedSparseMatrix< _Scalar, _Flags, _Index > >, Eigen::SparseMatrixBase< SparseMatrix< Scalar, _Options, Index > >, Eigen::SparseMatrixBase< SparseSparseProduct< LhsNested, RhsNested > >, Eigen::SparseMatrixBase< SparseTriangularView< MatrixType, Mode > >, Eigen::SparseMatrixBase< SparseVector< _Scalar, _Options, _Index > >, Eigen::SparseMatrixBase< SparseView< MatrixType > >, Eigen::SparseMatrixBase< CwiseBinaryOp< BinaryOp, Lhs, Rhs > >, Eigen::SparseMatrixBase< DynamicSparseMatrix< _Scalar, _Options, _Index > >, Eigen::SkylineMatrixBase< SkylineMatrix< _Scalar, _Options > >, and Eigen::SkylineMatrixBase< SkylineMatrix< _Scalar, _Options > >.
| Base::template DiagonalIntReturnType<-1>::Type Eigen::internal::TridiagonalMatrix< Scalar, Size, Options >::sub | ( | ) | [inline] |
| const Base::template DiagonalIntReturnType<-1>::Type Eigen::internal::TridiagonalMatrix< Scalar, Size, Options >::sub | ( | ) | const [inline] |
| Index Eigen::internal::BandMatrix< Scalar , Rows, Cols, Supers, Subs, Options >::subs | ( | ) | const [inline, inherited] |
Reimplemented from Eigen::internal::BandMatrixBase< Derived >.
| void Eigen::EigenBase< Derived >::subTo | ( | Dest & | dst | ) | const [inline, inherited] |
| Base::template DiagonalIntReturnType<1>::Type Eigen::internal::TridiagonalMatrix< Scalar, Size, Options >::super | ( | ) | [inline] |
| const Base::template DiagonalIntReturnType<1>::Type Eigen::internal::TridiagonalMatrix< Scalar, Size, Options >::super | ( | ) | const [inline] |
| Index Eigen::internal::BandMatrix< Scalar , Rows, Cols, Supers, Subs, Options >::supers | ( | ) | const [inline, inherited] |
Reimplemented from Eigen::internal::BandMatrixBase< Derived >.
| DenseMatrixType Eigen::internal::BandMatrixBase< Derived >::toDenseMatrix | ( | ) | const [inline, inherited] |
CoefficientsType Eigen::internal::BandMatrix< Scalar , Rows, Cols, Supers, Subs, Options >::m_coeffs [protected, inherited] |
internal::variable_if_dynamic<Index, Rows> Eigen::internal::BandMatrix< Scalar , Rows, Cols, Supers, Subs, Options >::m_rows [protected, inherited] |
internal::variable_if_dynamic<Index, Subs> Eigen::internal::BandMatrix< Scalar , Rows, Cols, Supers, Subs, Options >::m_subs [protected, inherited] |
internal::variable_if_dynamic<Index, Supers> Eigen::internal::BandMatrix< Scalar , Rows, Cols, Supers, Subs, Options >::m_supers [protected, inherited] |
| Page generated by Doxygen 1.7.4 for MRPT 0.9.5 SVN:2717 at Sun Oct 16 16:08:03 PDT 2011 | Hosted on: |