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

#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, LazyProductLinearProduct
 
typedef CwiseBinaryOp< internal::scalar_sum_op< typename Lhs::Scalar, typename Rhs::Scalar >, const LinearProduct, const ConstantBlockXpr
 

Member Typedef Documentation

◆ ConstantBlock

◆ ConstantColumn

template<typename Lhs , typename Rhs >
typedef Rhs::ConstRowXpr Eigen::internal::homogeneous_right_product_refactoring_helper< Lhs, Rhs >::ConstantColumn

◆ LinearBlock

template<typename Lhs , typename Rhs >
typedef remove_const<LinearBlockConst>::type Eigen::internal::homogeneous_right_product_refactoring_helper< Lhs, Rhs >::LinearBlock

◆ LinearBlockConst

template<typename Lhs , typename Rhs >
typedef Rhs::template ConstNRowsBlockXpr<Dim>::Type Eigen::internal::homogeneous_right_product_refactoring_helper< Lhs, Rhs >::LinearBlockConst

◆ LinearProduct

template<typename Lhs , typename Rhs >
typedef Product<Lhs,LinearBlock,LazyProduct> Eigen::internal::homogeneous_right_product_refactoring_helper< Lhs, Rhs >::LinearProduct

◆ Xpr

template<typename Lhs , typename Rhs >
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

Member Enumeration Documentation

◆ anonymous enum

template<typename Lhs , typename Rhs >
anonymous enum
Enumerator
Dim 
Rows 

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