Product< Lhs, Rhs > Class Template Reference

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

#include <Product.h>

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: