Public Types | Public Member Functions | Public Attributes
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]

List of all members.

Public Types

typedef MatrixType::Index Index
typedef traits
< homogeneous_left_product_impl >
::LhsMatrixType 
LhsMatrixType
typedef remove_all
< LhsMatrixType >::type 
LhsMatrixTypeCleaned
typedef remove_all< typename
LhsMatrixTypeCleaned::Nested >
::type 
LhsMatrixTypeNested

Public Member Functions

Index cols () const
template<typename Dest >
void evalTo (Dest &dst) const
 homogeneous_left_product_impl (const Lhs &lhs, const MatrixType &rhs)
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 234 of file Homogeneous.h.


Member Typedef Documentation

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

Definition at line 240 of file Homogeneous.h.

template<typename MatrixType , typename Lhs >
typedef traits<homogeneous_left_product_impl>::LhsMatrixType Eigen::internal::homogeneous_left_product_impl< Homogeneous< MatrixType, Vertical >, Lhs >::LhsMatrixType

Definition at line 237 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 238 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 239 of file Homogeneous.h.


Constructor & Destructor Documentation

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

Definition at line 241 of file Homogeneous.h.


Member Function Documentation

template<typename MatrixType , typename Lhs >
Index Eigen::internal::homogeneous_left_product_impl< Homogeneous< MatrixType, Vertical >, Lhs >::cols ( void  ) const [inline]
template<typename MatrixType , typename Lhs >
template<typename Dest >
void Eigen::internal::homogeneous_left_product_impl< Homogeneous< MatrixType, Vertical >, Lhs >::evalTo ( Dest &  dst) const [inline]
template<typename MatrixType , typename Lhs >
Index Eigen::internal::homogeneous_left_product_impl< Homogeneous< MatrixType, Vertical >, Lhs >::rows ( void  ) const [inline]

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


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


win_eigen
Author(s): Daniel Stonier
autogenerated on Wed Sep 16 2015 07:13:00