Base class of any skyline matrices or skyline expressions.
| Derived |

Public Types | |
| enum | { RowsAtCompileTime = internal::traits<Derived>::RowsAtCompileTime, ColsAtCompileTime = internal::traits<Derived>::ColsAtCompileTime, SizeAtCompileTime, MaxRowsAtCompileTime = RowsAtCompileTime, MaxColsAtCompileTime = ColsAtCompileTime, MaxSizeAtCompileTime, IsVectorAtCompileTime = RowsAtCompileTime == 1 || ColsAtCompileTime == 1, Flags = internal::traits<Derived>::Flags, CoeffReadCost = internal::traits<Derived>::CoeffReadCost, IsRowMajor = Flags & RowMajorBit ? 1 : 0 } |
| enum | { RowsAtCompileTime = internal::traits<Derived>::RowsAtCompileTime, ColsAtCompileTime = internal::traits<Derived>::ColsAtCompileTime, SizeAtCompileTime, MaxRowsAtCompileTime = RowsAtCompileTime, MaxColsAtCompileTime = ColsAtCompileTime, MaxSizeAtCompileTime, IsVectorAtCompileTime = RowsAtCompileTime == 1 || ColsAtCompileTime == 1, Flags = internal::traits<Derived>::Flags, CoeffReadCost = internal::traits<Derived>::CoeffReadCost, IsRowMajor = Flags & RowMajorBit ? 1 : 0 } |
| typedef internal::traits < Derived >::Scalar | Scalar |
| typedef internal::traits < Derived >::StorageKind | StorageKind |
| typedef internal::index < StorageKind >::type | Index |
| typedef internal::traits < Derived >::Scalar | Scalar |
| typedef internal::traits < Derived >::StorageKind | StorageKind |
| typedef internal::index < StorageKind >::type | Index |
Public Member Functions | |
| Index | rows () const |
| Index | cols () const |
| Index | size () const |
| Index | nonZeros () const |
| Index | outerSize () const |
| Index | innerSize () const |
| bool | isRValue () const |
| Derived & | markAsRValue () |
| SkylineMatrixBase () | |
| Derived & | operator= (const Derived &other) |
| template<typename OtherDerived > | |
| void | assignGeneric (const OtherDerived &other) |
| template<typename OtherDerived > | |
| Derived & | operator= (const SkylineMatrixBase< OtherDerived > &other) |
| template<typename Lhs , typename Rhs > | |
| Derived & | operator= (const SkylineProduct< Lhs, Rhs, SkylineTimeSkylineProduct > &product) |
| template<typename OtherDerived > | |
| const SkylineProductReturnType < Derived, OtherDerived > ::Type | operator* (const MatrixBase< OtherDerived > &other) const |
| template<typename DenseDerived > | |
| void | evalTo (MatrixBase< DenseDerived > &dst) const |
| Matrix< Scalar, RowsAtCompileTime, ColsAtCompileTime > | toDense () const |
| EIGEN_STRONG_INLINE const internal::eval< Derived, IsSkyline >::type | eval () const |
| Index | rows () const |
| Index | cols () const |
| Index | size () const |
| Index | nonZeros () const |
| Index | outerSize () const |
| Index | innerSize () const |
| bool | isRValue () const |
| Derived & | markAsRValue () |
| SkylineMatrixBase () | |
| Derived & | operator= (const Derived &other) |
| template<typename OtherDerived > | |
| void | assignGeneric (const OtherDerived &other) |
| template<typename OtherDerived > | |
| Derived & | operator= (const SkylineMatrixBase< OtherDerived > &other) |
| template<typename Lhs , typename Rhs > | |
| Derived & | operator= (const SkylineProduct< Lhs, Rhs, SkylineTimeSkylineProduct > &product) |
| template<typename OtherDerived > | |
| const SkylineProductReturnType < Derived, OtherDerived > ::Type | operator* (const MatrixBase< OtherDerived > &other) const |
| template<typename DenseDerived > | |
| void | evalTo (MatrixBase< DenseDerived > &dst) const |
| Matrix< Scalar, RowsAtCompileTime, ColsAtCompileTime > | toDense () const |
| EIGEN_STRONG_INLINE const internal::eval< Derived, IsSkyline >::type | eval () const |
| Derived & | derived () |
| const Derived & | derived () const |
| Derived & | const_cast_derived () const |
| const Derived & | const_derived () const |
| template<typename Dest > | |
| void | evalTo (Dest &dst) 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 Attributes | |
| bool | m_isRValue |
Friends | |
| std::ostream & | operator<< (std::ostream &s, const SkylineMatrixBase &m) |
| std::ostream & | operator<< (std::ostream &s, const SkylineMatrixBase &m) |
| typedef internal::index<StorageKind>::type Eigen::SkylineMatrixBase< Derived >::Index |
Reimplemented from Eigen::EigenBase< Derived >.
| typedef internal::index<StorageKind>::type Eigen::SkylineMatrixBase< Derived >::Index |
Reimplemented from Eigen::EigenBase< Derived >.
| typedef internal::traits<Derived>::Scalar Eigen::SkylineMatrixBase< Derived >::Scalar |
| typedef internal::traits<Derived>::Scalar Eigen::SkylineMatrixBase< Derived >::Scalar |
| typedef internal::traits<Derived>::StorageKind Eigen::SkylineMatrixBase< Derived >::StorageKind |
Reimplemented from Eigen::EigenBase< Derived >.
| typedef internal::traits<Derived>::StorageKind Eigen::SkylineMatrixBase< Derived >::StorageKind |
Reimplemented from Eigen::EigenBase< Derived >.
| anonymous enum |
| RowsAtCompileTime |
The number of rows at compile-time. This is just a copy of the value provided by the Derived type. If a value is not known at compile-time, it is set to the Dynamic constant.
|
| ColsAtCompileTime |
The number of columns at compile-time. This is just a copy of the value provided by the Derived type. If a value is not known at compile-time, it is set to the Dynamic constant.
|
| SizeAtCompileTime |
This is equal to the number of coefficients, i.e. the number of rows times the number of columns, or to Dynamic if this is not known at compile-time.
|
| MaxRowsAtCompileTime | |
| MaxColsAtCompileTime | |
| MaxSizeAtCompileTime | |
| IsVectorAtCompileTime |
This is set to true if either the number of rows or the number of columns is known at compile-time to be equal to 1. Indeed, in that case, we are dealing with a column-vector (if there is only one column) or with a row-vector (if there is only one row). |
| Flags |
This stores expression Flags flags which may or may not be inherited by new expressions constructed from this one. See the list of flags. |
| CoeffReadCost |
This is a rough measure of how expensive it is to read one coefficient from this expression. |
| IsRowMajor |
| anonymous enum |
| RowsAtCompileTime |
The number of rows at compile-time. This is just a copy of the value provided by the Derived type. If a value is not known at compile-time, it is set to the Dynamic constant.
|
| ColsAtCompileTime |
The number of columns at compile-time. This is just a copy of the value provided by the Derived type. If a value is not known at compile-time, it is set to the Dynamic constant.
|
| SizeAtCompileTime |
This is equal to the number of coefficients, i.e. the number of rows times the number of columns, or to Dynamic if this is not known at compile-time.
|
| MaxRowsAtCompileTime | |
| MaxColsAtCompileTime | |
| MaxSizeAtCompileTime | |
| IsVectorAtCompileTime |
This is set to true if either the number of rows or the number of columns is known at compile-time to be equal to 1. Indeed, in that case, we are dealing with a column-vector (if there is only one column) or with a row-vector (if there is only one row). |
| Flags |
This stores expression Flags flags which may or may not be inherited by new expressions constructed from this one. See the list of flags. |
| CoeffReadCost |
This is a rough measure of how expensive it is to read one coefficient from this expression. |
| IsRowMajor |
| Eigen::SkylineMatrixBase< Derived >::SkylineMatrixBase | ( | ) | [inline] |
| Eigen::SkylineMatrixBase< Derived >::SkylineMatrixBase | ( | ) | [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 >.
| void Eigen::SkylineMatrixBase< Derived >::assignGeneric | ( | const OtherDerived & | other | ) | [inline] |
| void Eigen::SkylineMatrixBase< Derived >::assignGeneric | ( | const OtherDerived & | other | ) | [inline] |
| Index Eigen::SkylineMatrixBase< Derived >::cols | ( | void | ) | const [inline] |
Reimplemented from Eigen::EigenBase< Derived >.
Reimplemented in Eigen::SkylineMatrix< _Scalar, _Options >.
| Index Eigen::SkylineMatrixBase< Derived >::cols | ( | void | ) | const [inline] |
Reimplemented from Eigen::EigenBase< Derived >.
Reimplemented in Eigen::SkylineMatrix< _Scalar, _Options >.
| 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] |
| EIGEN_STRONG_INLINE const internal::eval<Derived, IsSkyline>::type Eigen::SkylineMatrixBase< Derived >::eval | ( | ) | const [inline] |
| EIGEN_STRONG_INLINE const internal::eval<Derived, IsSkyline>::type Eigen::SkylineMatrixBase< Derived >::eval | ( | ) | const [inline] |
| void Eigen::EigenBase< Derived >::evalTo | ( | Dest & | dst | ) | const [inline, inherited] |
Reimplemented in Eigen::internal::BandMatrixBase< Derived >, Eigen::internal::BandMatrixBase< BandMatrix< RealScalar, Rows, Cols, Supers, Subs, Options > >, Eigen::internal::BandMatrixBase< BandMatrix< _Scalar, Rows, Cols, Supers, Subs, Options > >, Eigen::internal::BandMatrixBase< BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options > >, and Eigen::internal::BandMatrixBase< BandMatrix< Scalar, Rows, Cols, Supers, Subs, Options > >.
| void Eigen::SkylineMatrixBase< Derived >::evalTo | ( | MatrixBase< DenseDerived > & | dst | ) | const [inline] |
| void Eigen::SkylineMatrixBase< Derived >::evalTo | ( | MatrixBase< DenseDerived > & | dst | ) | const [inline] |
| Index Eigen::SkylineMatrixBase< Derived >::innerSize | ( | ) | const [inline] |
Reimplemented in Eigen::SkylineMatrix< _Scalar, _Options >.
| Index Eigen::SkylineMatrixBase< Derived >::innerSize | ( | ) | const [inline] |
Reimplemented in Eigen::SkylineMatrix< _Scalar, _Options >.
| bool Eigen::SkylineMatrixBase< Derived >::isRValue | ( | ) | const [inline] |
| bool Eigen::SkylineMatrixBase< Derived >::isRValue | ( | ) | const [inline] |
| Derived& Eigen::SkylineMatrixBase< Derived >::markAsRValue | ( | ) | [inline] |
| Derived& Eigen::SkylineMatrixBase< Derived >::markAsRValue | ( | ) | [inline] |
| Index Eigen::SkylineMatrixBase< Derived >::nonZeros | ( | ) | const [inline] |
Reimplemented in Eigen::SkylineMatrix< _Scalar, _Options >.
| Index Eigen::SkylineMatrixBase< Derived >::nonZeros | ( | ) | const [inline] |
Reimplemented in Eigen::SkylineMatrix< _Scalar, _Options >.
| const SkylineProductReturnType<Derived, OtherDerived>::Type Eigen::SkylineMatrixBase< Derived >::operator* | ( | const MatrixBase< OtherDerived > & | other | ) | const |
| EIGEN_STRONG_INLINE const SkylineProductReturnType< Derived, OtherDerived >::Type Eigen::SkylineMatrixBase< Derived >::operator* | ( | const MatrixBase< OtherDerived > & | other | ) | const |
| Derived& Eigen::SkylineMatrixBase< Derived >::operator= | ( | const SkylineMatrixBase< OtherDerived > & | other | ) | [inline] |
Reimplemented in Eigen::SkylineMatrix< _Scalar, _Options >.
| Derived& Eigen::SkylineMatrixBase< Derived >::operator= | ( | const SkylineProduct< Lhs, Rhs, SkylineTimeSkylineProduct > & | product | ) | [inline] |
| Derived& Eigen::SkylineMatrixBase< Derived >::operator= | ( | const SkylineMatrixBase< OtherDerived > & | other | ) | [inline] |
Reimplemented in Eigen::SkylineMatrix< _Scalar, _Options >.
| Derived& Eigen::SkylineMatrixBase< Derived >::operator= | ( | const Derived & | other | ) | [inline] |
Reimplemented in Eigen::SkylineMatrix< _Scalar, _Options >.
| Derived& Eigen::SkylineMatrixBase< Derived >::operator= | ( | const SkylineProduct< Lhs, Rhs, SkylineTimeSkylineProduct > & | product | ) | [inline] |
| Derived& Eigen::SkylineMatrixBase< Derived >::operator= | ( | const Derived & | other | ) | [inline] |
Reimplemented in Eigen::SkylineMatrix< _Scalar, _Options >.
| Index Eigen::SkylineMatrixBase< Derived >::outerSize | ( | ) | const [inline] |
Reimplemented in Eigen::SkylineMatrix< _Scalar, _Options >.
| Index Eigen::SkylineMatrixBase< Derived >::outerSize | ( | ) | const [inline] |
Reimplemented in Eigen::SkylineMatrix< _Scalar, _Options >.
| Index Eigen::SkylineMatrixBase< Derived >::rows | ( | void | ) | const [inline] |
Reimplemented from Eigen::EigenBase< Derived >.
Reimplemented in Eigen::SkylineMatrix< _Scalar, _Options >.
| Index Eigen::SkylineMatrixBase< Derived >::rows | ( | void | ) | const [inline] |
Reimplemented from Eigen::EigenBase< Derived >.
Reimplemented in Eigen::SkylineMatrix< _Scalar, _Options >.
| Index Eigen::SkylineMatrixBase< Derived >::size | ( | ) | const [inline] |
Reimplemented from Eigen::EigenBase< Derived >.
| Index Eigen::SkylineMatrixBase< Derived >::size | ( | ) | const [inline] |
Reimplemented from Eigen::EigenBase< Derived >.
| void Eigen::EigenBase< Derived >::subTo | ( | Dest & | dst | ) | const [inline, inherited] |
| Matrix<Scalar, RowsAtCompileTime, ColsAtCompileTime> Eigen::SkylineMatrixBase< Derived >::toDense | ( | ) | const [inline] |
| Matrix<Scalar, RowsAtCompileTime, ColsAtCompileTime> Eigen::SkylineMatrixBase< Derived >::toDense | ( | ) | const [inline] |
| std::ostream& operator<< | ( | std::ostream & | s, |
| const SkylineMatrixBase< Derived > & | m | ||
| ) | [friend] |
| std::ostream& operator<< | ( | std::ostream & | s, |
| const SkylineMatrixBase< Derived > & | m | ||
| ) | [friend] |
bool Eigen::SkylineMatrixBase< Derived >::m_isRValue [protected] |
| 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: |