Public Types
ProductReturnType< Lhs, Rhs, ProductType > Class Template Reference

Helper class to get the correct and optimized returned type of operator*. More...

#include <Product.h>

List of all members.

Public Types

typedef GeneralProduct< Lhs,
Rhs, ProductType > 
Type

Detailed Description

template<typename Lhs, typename Rhs, int ProductType>
class ProductReturnType< Lhs, Rhs, ProductType >

Helper class to get the correct and optimized returned type of operator*.

Parameters:
Lhsthe type of the left-hand side
Rhsthe type of the right-hand side
ProductModethe type of the product (determined automatically by internal::product_mode)

This class defines the typename Type representing the optimized product expression between two matrix expressions. In practice, using ProductReturnType<Lhs,Rhs>::Type is the recommended way to define the result type of a function returning an expression which involve a matrix product. The class Product should never be used directly.

See also:
class Product, MatrixBase::operator*(const MatrixBase<OtherDerived>&)

Definition at line 162 of file Product.h.


Member Typedef Documentation

template<typename Lhs, typename Rhs, int ProductType>
typedef GeneralProduct<Lhs, Rhs, ProductType> ProductReturnType< Lhs, Rhs, ProductType >::Type

Definition at line 168 of file Product.h.


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


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