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
XprMatrixRow< E, Rows, Cols > Class Template Reference
Expression on matrix used for access on the row vector. More...
#include <tvmet/xpr/MatrixRow.h>
Inherits TvmetBase< XprMatrixRow< E, Rows, Cols > >.
Public Types | |
| enum | |
Complexity counter. More... | |
Public Member Functions | |
| XprMatrixRow (const E &e, std::size_t no) | |
| Constructor.   | |
| XprMatrixRow (const XprMatrixRow &rhs) | |
| Copy Constructor.   | |
Detailed Description
template<class E, std::size_t Rows, std::size_t Cols>
 class tvmet::XprMatrixRow< E, Rows, Cols >
Expression on matrix used for access on the row vector.
Definition at line 35 of file MatrixRow.h.
Member Enumeration Documentation
| anonymous enum | 
Complexity counter.
Definition at line 46 of file MatrixRow.h.
Constructor & Destructor Documentation
| XprMatrixRow | ( | const E & | e, | 
| std::size_t | no | ||
| ) |  [explicit] | 
        
Constructor.
Definition at line 53 of file MatrixRow.h.
| XprMatrixRow | ( | const XprMatrixRow< E, Rows, Cols > & | rhs ) | 
Generated on Tue Jul 12 2022 21:02:14 by
 1.7.2 
    