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

#include <GeneralProduct.h>

+ Inheritance diagram for ProductReturnType< Lhs, Rhs, LazyCoeffBasedProductMode >:

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

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

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