Main MRPT website > C++ reference
MRPT logo
Public Types
Eigen::ProductReturnType Class Reference

Detailed Description

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>&)

List of all members.

Public Types

typedef GeneralProduct< Lhs,
Rhs, ProductType > 
Type

Member Typedef Documentation

typedef GeneralProduct<Lhs, Rhs, ProductType> Eigen::ProductReturnType::Type

Definition at line 169 of file Core.




Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011