Public Types

ProductReturnType< Lhs, Rhs, LazyCoeffBasedProductMode > Struct Template Reference

#include <Product.h>

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

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

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


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

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