Public Types | Public Member Functions | Public Attributes | List of all members
Eigen::internal::homogeneous_right_product_impl< Homogeneous< MatrixType, Horizontal >, Rhs > Struct Template Reference

#include <Homogeneous.h>

Inheritance diagram for Eigen::internal::homogeneous_right_product_impl< Homogeneous< MatrixType, Horizontal >, Rhs >:
Inheritance graph
[legend]

Public Types

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

Public Member Functions

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

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 295 of file Homogeneous.h.

Member Typedef Documentation

template<typename MatrixType , typename Rhs >
typedef remove_all<typename Rhs::Nested>::type Eigen::internal::homogeneous_right_product_impl< Homogeneous< MatrixType, Horizontal >, Rhs >::RhsNested

Definition at line 298 of file Homogeneous.h.

Constructor & Destructor Documentation

template<typename MatrixType , typename Rhs >
EIGEN_DEVICE_FUNC Eigen::internal::homogeneous_right_product_impl< Homogeneous< MatrixType, Horizontal >, Rhs >::homogeneous_right_product_impl ( const MatrixType &  lhs,
const Rhs rhs 
)
inline

Definition at line 299 of file Homogeneous.h.

Member Function Documentation

template<typename MatrixType , typename Rhs >
EIGEN_DEVICE_FUNC Index Eigen::internal::homogeneous_right_product_impl< Homogeneous< MatrixType, Horizontal >, Rhs >::cols ( void  ) const
inline

Definition at line 304 of file Homogeneous.h.

template<typename MatrixType , typename Rhs >
template<typename Dest >
EIGEN_DEVICE_FUNC void Eigen::internal::homogeneous_right_product_impl< Homogeneous< MatrixType, Horizontal >, Rhs >::evalTo ( Dest &  dst) const
inline

Definition at line 306 of file Homogeneous.h.

template<typename MatrixType , typename Rhs >
EIGEN_DEVICE_FUNC Index Eigen::internal::homogeneous_right_product_impl< Homogeneous< MatrixType, Horizontal >, Rhs >::rows ( void  ) const
inline

Definition at line 303 of file Homogeneous.h.

Member Data Documentation

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

Definition at line 317 of file Homogeneous.h.

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

Definition at line 318 of file Homogeneous.h.


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


hebiros
Author(s): Xavier Artache , Matthew Tesch
autogenerated on Thu Sep 3 2020 04:10:37