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

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

Detailed Description

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

Definition at line 180 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, 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.


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