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

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

Member Typedef Documentation

◆ ConstantBlock

template<typename Lhs , typename Rhs >
typedef Replicate<const ConstantColumn,1,Cols> Eigen::internal::homogeneous_left_product_refactoring_helper< Lhs, Rhs >::ConstantBlock

◆ ConstantColumn

template<typename Lhs , typename Rhs >
typedef Lhs::ConstColXpr Eigen::internal::homogeneous_left_product_refactoring_helper< Lhs, Rhs >::ConstantColumn

◆ LinearBlock

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

◆ LinearBlockConst

template<typename Lhs , typename Rhs >
typedef Lhs::template ConstNColsBlockXpr<Dim>::Type Eigen::internal::homogeneous_left_product_refactoring_helper< Lhs, Rhs >::LinearBlockConst

◆ LinearProduct

template<typename Lhs , typename Rhs >
typedef Product<LinearBlock,Rhs,LazyProduct> Eigen::internal::homogeneous_left_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_left_product_refactoring_helper< Lhs, Rhs >::Xpr

Member Enumeration Documentation

◆ anonymous enum

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

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