Main MRPT website > C++ reference
MRPT logo
Public Types

ProductReturnType< Lhs, Rhs, CoeffBasedProductMode > Struct Template Reference


Detailed Description

template<typename Lhs, typename Rhs>
struct ProductReturnType< Lhs, Rhs, CoeffBasedProductMode >

Definition at line 172 of file Product.h.

#include <src/Core/Product.h>

List of all members.

Public Types

typedef internal::nested< Lhs,
Rhs::ColsAtCompileTime,
typename
internal::plain_matrix_type
< Lhs >::type >::type 
LhsNested
typedef internal::nested< Rhs,
Lhs::RowsAtCompileTime,
typename
internal::plain_matrix_type
< Rhs >::type >::type 
RhsNested
typedef CoeffBasedProduct
< LhsNested, RhsNested,
EvalBeforeAssigningBit|EvalBeforeNestingBit
Type

Member Typedef Documentation

template<typename Lhs , typename Rhs >
typedef internal::nested<Lhs, Rhs::ColsAtCompileTime, typename internal::plain_matrix_type<Lhs>::type >::type ProductReturnType< Lhs, Rhs, CoeffBasedProductMode >::LhsNested

Definition at line 174 of file Product.h.

template<typename Lhs , typename Rhs >
typedef internal::nested<Rhs, Lhs::RowsAtCompileTime, typename internal::plain_matrix_type<Rhs>::type >::type ProductReturnType< Lhs, Rhs, CoeffBasedProductMode >::RhsNested

Definition at line 175 of file Product.h.

template<typename Lhs , typename Rhs >
typedef CoeffBasedProduct<LhsNested, RhsNested, EvalBeforeAssigningBit | EvalBeforeNestingBit> ProductReturnType< Lhs, Rhs, CoeffBasedProductMode >::Type

Definition at line 176 of file Product.h.




Page generated by Doxygen 1.7.1 for MRPT 0.9.4 SVN: at Mon Jan 10 23:33:19 UTC 2011