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 >.
Expression of the product of two arbitrary matrices or vectors.
Lhs | the type of the left-hand side expression |
Rhs | the type of the right-hand side expression |
This class represents an expression of the product of two arbitrary matrices.