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