Public Types
ProductReturnType< Lhs, Rhs, CoeffBasedProductMode > Struct Template Reference

#include <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

Detailed Description

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

Definition at line 172 of file Product.h.


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.

Definition at line 176 of file Product.h.


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


re_vision
Author(s): Dorian Galvez-Lopez
autogenerated on Sun Jan 5 2014 11:34:17