Public Types | Public Member Functions | Public Attributes

internal::homogeneous_left_product_impl< Homogeneous< MatrixType, Vertical >, Lhs > Struct Template Reference

#include <Homogeneous.h>

Inheritance diagram for internal::homogeneous_left_product_impl< Homogeneous< MatrixType, Vertical >, Lhs >:
ReturnByValue< homogeneous_left_product_impl< Homogeneous< MatrixType, Vertical >, Lhs > > type

List of all members.

Public Types

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

Public Member Functions

 homogeneous_left_product_impl (const Lhs &lhs, const MatrixType &rhs)
Index rows () const
Index cols () const
template<typename Dest >
void evalTo (Dest &dst) const

Public Attributes

const LhsMatrixType::Nested m_lhs
const MatrixType::Nested m_rhs

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


Member Typedef Documentation

template<typename MatrixType , typename Lhs >
typedef MatrixType::Index internal::homogeneous_left_product_impl< Homogeneous< MatrixType, Vertical >, Lhs >::Index
template<typename MatrixType , typename Lhs >
typedef traits<homogeneous_left_product_impl>::LhsMatrixType internal::homogeneous_left_product_impl< Homogeneous< MatrixType, Vertical >, Lhs >::LhsMatrixType
template<typename MatrixType , typename Lhs >
typedef remove_all<typename LhsMatrixType::Nested>::type internal::homogeneous_left_product_impl< Homogeneous< MatrixType, Vertical >, Lhs >::LhsMatrixTypeNested

Constructor & Destructor Documentation

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

Member Function Documentation

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

Member Data Documentation

template<typename MatrixType , typename Lhs >
const LhsMatrixType::Nested internal::homogeneous_left_product_impl< Homogeneous< MatrixType, Vertical >, Lhs >::m_lhs
template<typename MatrixType , typename Lhs >
const MatrixType::Nested internal::homogeneous_left_product_impl< Homogeneous< MatrixType, Vertical >, Lhs >::m_rhs

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