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
XprMatrixDiag< E, Sz > Class Template Reference
Expression on matrix used for access on the diagonal vector. More...
#include <tvmet/xpr/MatrixDiag.h>
Inherits TvmetBase< XprMatrixDiag< E, Sz > >.
Public Types | |
enum | |
Complexity counter. More... | |
Public Member Functions | |
XprMatrixDiag (const E &e) | |
Constructor. | |
XprMatrixDiag (const XprMatrixDiag &e) | |
Copy Constructor. | |
value_type | operator() (std::size_t i) const |
index operator for arrays/matrizes |
Detailed Description
template<class E, std::size_t Sz>
class tvmet::XprMatrixDiag< E, Sz >
Expression on matrix used for access on the diagonal vector.
Definition at line 35 of file MatrixDiag.h.
Member Enumeration Documentation
anonymous enum |
Complexity counter.
Definition at line 46 of file MatrixDiag.h.
Constructor & Destructor Documentation
XprMatrixDiag | ( | const E & | e ) | [explicit] |
Constructor.
Definition at line 53 of file MatrixDiag.h.
XprMatrixDiag | ( | const XprMatrixDiag< E, Sz > & | e ) |
Member Function Documentation
value_type operator() | ( | std::size_t | i ) | const |
index operator for arrays/matrizes
Definition at line 65 of file MatrixDiag.h.
Generated on Tue Jul 12 2022 21:02:14 by
