|
TR-mbed 1.0
|
#include <Homogeneous.h>
Public Types | |
| enum | { Dim = Lhs::ColsAtCompileTime , Rows = Lhs::RowsAtCompileTime } |
| typedef Rhs::template ConstNRowsBlockXpr< Dim >::Type | LinearBlockConst |
| typedef remove_const< LinearBlockConst >::type | LinearBlock |
| typedef Rhs::ConstRowXpr | ConstantColumn |
| typedef Replicate< const ConstantColumn, Rows, 1 > | ConstantBlock |
| typedef Product< Lhs, LinearBlock, LazyProduct > | LinearProduct |
| typedef CwiseBinaryOp< internal::scalar_sum_op< typename Lhs::Scalar, typename Rhs::Scalar >, const LinearProduct, const ConstantBlock > | Xpr |
| typedef Replicate<const ConstantColumn,Rows,1> Eigen::internal::homogeneous_right_product_refactoring_helper< Lhs, Rhs >::ConstantBlock |
| typedef Rhs::ConstRowXpr Eigen::internal::homogeneous_right_product_refactoring_helper< Lhs, Rhs >::ConstantColumn |
| typedef remove_const<LinearBlockConst>::type Eigen::internal::homogeneous_right_product_refactoring_helper< Lhs, Rhs >::LinearBlock |
| typedef Rhs::template ConstNRowsBlockXpr<Dim>::Type Eigen::internal::homogeneous_right_product_refactoring_helper< Lhs, Rhs >::LinearBlockConst |
| typedef Product<Lhs,LinearBlock,LazyProduct> Eigen::internal::homogeneous_right_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_right_product_refactoring_helper< Lhs, Rhs >::Xpr |