Shapeworks Studio  2.1
Shape analysis software suite
List of all members | Public Types | Public Member Functions | Public Attributes
Eigen::internal::homogeneous_right_product_impl< Homogeneous< MatrixType, Horizontal >, Rhs > Struct Template Reference
+ Inheritance diagram for Eigen::internal::homogeneous_right_product_impl< Homogeneous< MatrixType, Horizontal >, Rhs >:
+ Collaboration diagram for Eigen::internal::homogeneous_right_product_impl< Homogeneous< MatrixType, Horizontal >, Rhs >:

Public Types

typedef remove_all< typename Rhs::Nested >::type RhsNested
 
typedef MatrixType::Index Index
 
- Public Types inherited from Eigen::ReturnByValue< homogeneous_right_product_impl< Homogeneous< MatrixType, Horizontal >, Rhs > >
typedef internal::traits< homogeneous_right_product_impl< Homogeneous< MatrixType, Horizontal >, Rhs > >::ReturnType ReturnType
 
typedef internal::dense_xpr_base< ReturnByValue >::type Base
 

Public Member Functions

 homogeneous_right_product_impl (const MatrixType &lhs, const Rhs &rhs)
 
Index rows () const
 
Index cols () const
 
template<typename Dest >
void evalTo (Dest &dst) const
 
- Public Member Functions inherited from Eigen::ReturnByValue< homogeneous_right_product_impl< Homogeneous< MatrixType, Horizontal >, Rhs > >
void evalTo (Dest &dst) const
 
Index rows () const
 
Index cols () const
 
const Unusable & coeff (Index) const
 
const Unusable & coeff (Index, Index) const
 
Unusable & coeffRef (Index)
 
Unusable & coeffRef (Index, Index)
 

Public Attributes

MatrixType::Nested m_lhs
 
Rhs::Nested m_rhs
 

Detailed Description

template<typename MatrixType, typename Rhs>
struct Eigen::internal::homogeneous_right_product_impl< Homogeneous< MatrixType, Horizontal >, Rhs >

Definition at line 276 of file Homogeneous.h.


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