![]() |
Eigen
5.0.1-dev+60122df6
|
#include <Eigen/src/Core/Product.h>
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.
The other template parameters are:
| Option | can be DefaultProduct, AliasFreeProduct, or LazyProduct |