Public Types | Public Member Functions | Public Attributes | List of all members
Eigen::internal::homogeneous_left_product_impl< Homogeneous< MatrixType, Vertical >, Lhs > Struct Template Reference

#include <Homogeneous.h>

Inheritance diagram for Eigen::internal::homogeneous_left_product_impl< Homogeneous< MatrixType, Vertical >, Lhs >:
Inheritance graph
[legend]

Public Types

typedef traits< homogeneous_left_product_impl >::LhsMatrixType LhsMatrixType
 
typedef remove_all< LhsMatrixType >::type LhsMatrixTypeCleaned
 
typedef remove_all< typename LhsMatrixTypeCleaned::Nested >::type LhsMatrixTypeNested
 
- Public Types inherited from Eigen::ReturnByValue< homogeneous_left_product_impl< Homogeneous< MatrixType, Vertical >, Lhs > >
typedef internal::dense_xpr_base< ReturnByValue >::type Base
 
typedef internal::traits< homogeneous_left_product_impl< Homogeneous< MatrixType, Vertical >, Lhs > >::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_left_product_impl (const Lhs &lhs, const MatrixType &rhs)
 
EIGEN_DEVICE_FUNC Index rows () const
 
- Public Member Functions inherited from Eigen::ReturnByValue< homogeneous_left_product_impl< Homogeneous< MatrixType, Vertical >, Lhs > >
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

LhsMatrixTypeCleaned::Nested m_lhs
 
MatrixType::Nested m_rhs
 

Detailed Description

template<typename MatrixType, typename Lhs>
struct Eigen::internal::homogeneous_left_product_impl< Homogeneous< MatrixType, Vertical >, Lhs >

Definition at line 254 of file Homogeneous.h.

Member Typedef Documentation

Definition at line 257 of file Homogeneous.h.

template<typename MatrixType , typename Lhs >
typedef remove_all<LhsMatrixType>::type Eigen::internal::homogeneous_left_product_impl< Homogeneous< MatrixType, Vertical >, Lhs >::LhsMatrixTypeCleaned

Definition at line 258 of file Homogeneous.h.

template<typename MatrixType , typename Lhs >
typedef remove_all<typename LhsMatrixTypeCleaned::Nested>::type Eigen::internal::homogeneous_left_product_impl< Homogeneous< MatrixType, Vertical >, Lhs >::LhsMatrixTypeNested

Definition at line 259 of file Homogeneous.h.

Constructor & Destructor Documentation

template<typename MatrixType , typename Lhs >
EIGEN_DEVICE_FUNC Eigen::internal::homogeneous_left_product_impl< Homogeneous< MatrixType, Vertical >, Lhs >::homogeneous_left_product_impl ( const Lhs lhs,
const MatrixType &  rhs 
)
inline

Definition at line 260 of file Homogeneous.h.

Member Function Documentation

template<typename MatrixType , typename Lhs >
EIGEN_DEVICE_FUNC Index Eigen::internal::homogeneous_left_product_impl< Homogeneous< MatrixType, Vertical >, Lhs >::cols ( void  ) const
inline

Definition at line 266 of file Homogeneous.h.

template<typename MatrixType , typename Lhs >
template<typename Dest >
EIGEN_DEVICE_FUNC void Eigen::internal::homogeneous_left_product_impl< Homogeneous< MatrixType, Vertical >, Lhs >::evalTo ( Dest &  dst) const
inline

Definition at line 268 of file Homogeneous.h.

template<typename MatrixType , typename Lhs >
EIGEN_DEVICE_FUNC Index Eigen::internal::homogeneous_left_product_impl< Homogeneous< MatrixType, Vertical >, Lhs >::rows ( void  ) const
inline

Definition at line 265 of file Homogeneous.h.

Member Data Documentation

template<typename MatrixType , typename Lhs >
LhsMatrixTypeCleaned::Nested Eigen::internal::homogeneous_left_product_impl< Homogeneous< MatrixType, Vertical >, Lhs >::m_lhs

Definition at line 279 of file Homogeneous.h.

template<typename MatrixType , typename Lhs >
MatrixType::Nested Eigen::internal::homogeneous_left_product_impl< Homogeneous< MatrixType, Vertical >, Lhs >::m_rhs

Definition at line 280 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