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.
Fork of Eurobot_2012_Secondary by
XprMMProductTransposed< E1, Rows1, Cols1, E2, Cols2 > Class Template Reference
Expression for transpose(matrix-matrix product). More...
#include <tvmet/xpr/MMProductTransposed.h>
Inherits TvmetBase< XprMMProductTransposed< E1, Rows1, Cols1, E2, Cols2 > >.
Public Types | |
enum | |
Complexity counter. More... | |
Public Member Functions | |
XprMMProductTransposed (const E1 &lhs, const E2 &rhs) | |
Constructor. | |
XprMMProductTransposed (const XprMMProductTransposed &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::XprMMProductTransposed< E1, Rows1, Cols1, E2, Cols2 >
Expression for transpose(matrix-matrix product).
Using formula:
- Note:
- The Rows2 has to be equal to Cols1. The result is a (Cols2 x Rows1) matrix.
Definition at line 45 of file MMProductTransposed.h.
Member Enumeration Documentation
anonymous enum |
Complexity counter.
Definition at line 60 of file MMProductTransposed.h.
Constructor & Destructor Documentation
XprMMProductTransposed | ( | const E1 & | lhs, |
const E2 & | rhs | ||
) | [explicit] |
Constructor.
Definition at line 73 of file MMProductTransposed.h.
XprMMProductTransposed | ( | const XprMMProductTransposed< 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 100 of file MMProductTransposed.h.
Generated on Tue Jul 12 2022 21:02:14 by
