
Public Types | |
| typedef remove_all< typename Rhs::Nested >::type | RhsNested |
| typedef MatrixType::Index | Index |
| typedef internal::traits < Derived >::ReturnType | ReturnType |
| typedef internal::dense_xpr_base < ReturnByValue >::type | Base |
Public Member Functions | |
| homogeneous_right_product_impl (const MatrixType &lhs, const Rhs &rhs) | |
| Index | rows () const |
| Index | cols () const |
| template<typename Dest > | |
| void | evalTo (Dest &dst) const |
Public Attributes | |
| const MatrixType::Nested | m_lhs |
| const Rhs::Nested | m_rhs |
typedef internal::dense_xpr_base<ReturnByValue>::type Eigen::ReturnByValue::Base [inherited] |
| typedef MatrixType::Index Eigen::internal::homogeneous_right_product_impl< Homogeneous< MatrixType, Horizontal >, Rhs >::Index |
typedef internal::traits<Derived>::ReturnType Eigen::ReturnByValue::ReturnType [inherited] |
| typedef remove_all<typename Rhs::Nested>::type Eigen::internal::homogeneous_right_product_impl< Homogeneous< MatrixType, Horizontal >, Rhs >::RhsNested |
| Eigen::internal::homogeneous_right_product_impl< Homogeneous< MatrixType, Horizontal >, Rhs >::homogeneous_right_product_impl | ( | const MatrixType & | lhs, |
| const Rhs & | rhs | ||
| ) | [inline] |
| Index Eigen::internal::homogeneous_right_product_impl< Homogeneous< MatrixType, Horizontal >, Rhs >::cols | ( | void | ) | const [inline] |
| void Eigen::internal::homogeneous_right_product_impl< Homogeneous< MatrixType, Horizontal >, Rhs >::evalTo | ( | Dest & | dst | ) | const [inline] |
| Index Eigen::internal::homogeneous_right_product_impl< Homogeneous< MatrixType, Horizontal >, Rhs >::rows | ( | void | ) | const [inline] |
| const MatrixType::Nested Eigen::internal::homogeneous_right_product_impl< Homogeneous< MatrixType, Horizontal >, Rhs >::m_lhs |
| const Rhs::Nested Eigen::internal::homogeneous_right_product_impl< Homogeneous< MatrixType, Horizontal >, Rhs >::m_rhs |
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |