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

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


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
template<typename Lhs , typename Rhs >
typedef internal::nested<Rhs, Lhs::RowsAtCompileTime, typename internal::plain_matrix_type<Rhs>::type >::type ProductReturnType< Lhs, Rhs, CoeffBasedProductMode >::RhsNested
template<typename Lhs , typename Rhs >
typedef CoeffBasedProduct<LhsNested, RhsNested, EvalBeforeAssigningBit | EvalBeforeNestingBit> ProductReturnType< Lhs, Rhs, CoeffBasedProductMode >::Type

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