Expression of the product of two general matrices or vectors.
LhsNested | the type used to store the left-hand side | |
RhsNested | the type used to store the right-hand side | |
ProductMode | the type of the product |
This class represents an expression of the product of two general matrices. We call a general matrix, a dense matrix with full storage. For instance, This excludes triangular, selfadjoint, and sparse matrices. It is the return type of the operator* between general matrices. Its template arguments are determined automatically by ProductReturnType. Therefore, GeneralProduct should never be used direclty. To determine the result type of a function which involves a matrix product, use ProductReturnType::Type.
#include <src/Core/Product.h>
Page generated by Doxygen 1.7.1 for MRPT 0.9.4 SVN: at Mon Jan 10 23:33:19 UTC 2011 |