|
TR-mbed 1.0
|
#include <Homogeneous.h>
Public Types | |
| enum | { Dim = Rhs::RowsAtCompileTime , Cols = Rhs::ColsAtCompileTime } |
| typedef Lhs::template ConstNColsBlockXpr< Dim >::Type | LinearBlockConst |
| typedef remove_const< LinearBlockConst >::type | LinearBlock |
| typedef Lhs::ConstColXpr | ConstantColumn |
| typedef Replicate< const ConstantColumn, 1, Cols > | ConstantBlock |
| typedef Product< LinearBlock, Rhs, LazyProduct > | LinearProduct |
| typedef CwiseBinaryOp< internal::scalar_sum_op< typename Lhs::Scalar, typename Rhs::Scalar >, const LinearProduct, const ConstantBlock > | Xpr |
| typedef Replicate<const ConstantColumn,1,Cols> Eigen::internal::homogeneous_left_product_refactoring_helper< Lhs, Rhs >::ConstantBlock |
| typedef Lhs::ConstColXpr Eigen::internal::homogeneous_left_product_refactoring_helper< Lhs, Rhs >::ConstantColumn |
| typedef remove_const<LinearBlockConst>::type Eigen::internal::homogeneous_left_product_refactoring_helper< Lhs, Rhs >::LinearBlock |
| typedef Lhs::template ConstNColsBlockXpr<Dim>::Type Eigen::internal::homogeneous_left_product_refactoring_helper< Lhs, Rhs >::LinearBlockConst |
| typedef Product<LinearBlock,Rhs,LazyProduct> Eigen::internal::homogeneous_left_product_refactoring_helper< Lhs, Rhs >::LinearProduct |
| typedef CwiseBinaryOp<internal::scalar_sum_op<typename Lhs::Scalar,typename Rhs::Scalar>, const LinearProduct, const ConstantBlock> Eigen::internal::homogeneous_left_product_refactoring_helper< Lhs, Rhs >::Xpr |