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
XprMtVProduct< E1, Rows, Cols, E2 > Class Template Reference
Expression for matrix-transposed vector product using formula
. More...
#include <tvmet/xpr/MtVProduct.h>
Inherits TvmetBase< XprMtVProduct< E1, Rows, Cols, E2 > >.
Public Types | |
enum | |
Complexity counter. More... | |
Public Member Functions | |
XprMtVProduct (const E1 &lhs, const E2 &rhs) | |
Constructor. | |
XprMtVProduct (const XprMtVProduct &e) | |
Copy Constructor. | |
value_type | operator() (std::size_t j) const |
index operator, returns the expression by index. |
Detailed Description
template<class E1, std::size_t Rows, std::size_t Cols, class E2>
class tvmet::XprMtVProduct< E1, Rows, Cols, E2 >
Expression for matrix-transposed vector product using formula
.
Definition at line 43 of file MtVProduct.h.
Member Enumeration Documentation
anonymous enum |
Complexity counter.
Definition at line 57 of file MtVProduct.h.
Constructor & Destructor Documentation
XprMtVProduct | ( | const E1 & | lhs, |
const E2 & | rhs | ||
) | [explicit] |
Constructor.
Definition at line 70 of file MtVProduct.h.
XprMtVProduct | ( | const XprMtVProduct< E1, Rows, Cols, E2 > & | e ) |
Member Function Documentation
value_type operator() | ( | std::size_t | j ) | const |
index operator, returns the expression by index.
This is the vector style since a matrix*vector gives a vector.
Definition at line 97 of file MtVProduct.h.
Generated on Tue Jul 12 2022 21:02:14 by
