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: Eurobot_2012_Secondary
XprMtMProduct< E1, Rows1, Cols1, E2, Cols2 > Class Template Reference
Expression for product of transposed(matrix)-matrix product. More...
#include <tvmet/xpr/MtMProduct.h>
Inherits TvmetBase< XprMtMProduct< E1, Rows1, Cols1, E2, Cols2 > >.
Public Types | |
| enum | |
Complexity counter. More... | |
Public Member Functions | |
| XprMtMProduct (const E1 &lhs, const E2 &rhs) | |
| Constructor.   | |
| XprMtMProduct (const XprMtMProduct &e) | |
| Copy Constructor.   | |
| value_type | operator() (std::size_t i, std::size_t j) const | 
| index operator for arrays/matrices   | |
Detailed Description
template<class E1, std::size_t Rows1, std::size_t Cols1, class E2, std::size_t Cols2>
 class tvmet::XprMtMProduct< E1, Rows1, Cols1, E2, Cols2 >
Expression for product of transposed(matrix)-matrix product.
using formula
- Note:
 - The number of rows of rhs matrix have to be equal rows of rhs matrix, since lhs matrix 1 is transposed. The result is a (Cols1 x Cols2) matrix.
 
Definition at line 46 of file MtMProduct.h.
Member Enumeration Documentation
| anonymous enum | 
Complexity counter.
Definition at line 61 of file MtMProduct.h.
Constructor & Destructor Documentation
| XprMtMProduct | ( | const E1 & | lhs, | 
| const E2 & | rhs | ||
| ) |  [explicit] | 
        
Constructor.
Definition at line 74 of file MtMProduct.h.
| XprMtMProduct | ( | const XprMtMProduct< E1, Rows1, Cols1, E2, Cols2 > & | e ) | 
Member Function Documentation
| value_type operator() | ( | std::size_t | i, | 
| std::size_t | j | ||
| ) | const | 
index operator for arrays/matrices
Definition at line 102 of file MtMProduct.h.
Generated on Tue Jul 12 2022 19:00:12 by
 1.7.2