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

ProductReturnType< Lhs, Rhs, LazyCoeffBasedProductMode > Struct Template Reference


Detailed Description

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

Definition at line 180 of file Product.h.

#include <src/Core/Product.h>

Inheritance diagram for ProductReturnType< Lhs, Rhs, LazyCoeffBasedProductMode >:
Inheritance graph
[legend]

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,
NestByRefBit
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, LazyCoeffBasedProductMode >::LhsNested

Definition at line 182 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, LazyCoeffBasedProductMode >::RhsNested

Definition at line 183 of file Product.h.

template<typename Lhs, typename Rhs>
typedef CoeffBasedProduct<LhsNested, RhsNested, NestByRefBit> ProductReturnType< Lhs, Rhs, LazyCoeffBasedProductMode >::Type

Definition at line 184 of file Product.h.




Page generated by Doxygen 1.7.3 for MRPT 0.9.4 SVN:exported at Tue Jan 25 21:56:31 UTC 2011