Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Eigen_test Odometry_test AttitudeEstimation_usingTicker MPU9250_Quaternion_Binary_Serial ... more
GeneralProduct Class Reference
[Core module]
Expression of the product of two general matrices or vectors. More...
#include <GeneralProduct.h>
Detailed Description
Expression of the product of two general matrices or vectors.
- Parameters:
-
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.
- See also:
- ProductReturnType, MatrixBase::operator*(const MatrixBase<OtherDerived>&)
Generated on Tue Jul 12 2022 17:47:02 by
