compbio
Public Types | List of all members
Eigen::internal::homogeneous_right_product_refactoring_helper< Lhs, Rhs > Struct Template Reference

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 ConstantBlockXpr
 

The documentation for this struct was generated from the following file: