![]() |
Eigen
3.3.90 (git rev cb654b1c45ace502727115c3fb7eaddc9fa13abb)
|
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 |
Inherits Eigen::ProductImpl< _Lhs, _Rhs, Option, internal::product_promote_storage_type< internal::traits< _Lhs >::StorageKind, internal::traits< _Rhs >::StorageKind, internal::product_type< _Lhs, _Rhs >::ret >::ret >.