Product< Lhs, Rhs > Class Template Reference

Expression of the product of two arbitrary matrices or vectors. More...

#include <Product.h>

Inherits ProductImpl< Lhs, Rhs, internal::promote_storage_type< internal::traits< Lhs >::StorageKind, internal::traits< Rhs >::StorageKind >::ret >.

List of all members.


Detailed Description

template<typename Lhs, typename Rhs>
class Product< Lhs, Rhs >

Expression of the product of two arbitrary matrices or vectors.

Parameters:
Lhsthe type of the left-hand side expression
Rhsthe type of the right-hand side expression

This class represents an expression of the product of two arbitrary matrices.


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