template<typename _Lhs, typename _Rhs, int Option>
Product class
Expression of the product of two arbitrary matrices or vectors.
| Template parameters | |
|---|---|
| _Lhs | the type of the left-hand side expression |
| _Rhs | the type of the right-hand side expression |
| Option | can be DefaultProduct, AliasFreeProduct, or LazyProduct |
This class represents an expression of the product of two arbitrary matrices.
The other template parameters are: