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.
Dependencies: mbed-rtos mbed QEI
Fork of ICRSEurobot13 by
MatrixConstReference< T, NRows, NCols > Class Template Reference
value iterator for ET More...
#include <tvmet/Matrix.h>
Inherits TvmetBase< MatrixConstReference< T, NRows, NCols > >.
Public Types | |
| enum | { Rows = NRows, Cols = NCols, Size = Rows * Cols } | 
Dimensions. More... | |
| enum | |
Complexity counter. More... | |
Public Member Functions | |
| MatrixConstReference (const Matrix< T, Rows, Cols > &rhs) | |
| Constructor.   | |
| MatrixConstReference (const_pointer data) | |
| Constructor by a given memory pointer.   | |
| value_type | operator() (std::size_t i, std::size_t j) const | 
| access by index.   | |
Detailed Description
template<class T, std::size_t NRows, std::size_t NCols>
 class tvmet::MatrixConstReference< T, NRows, NCols >
value iterator for ET
Definition at line 56 of file Matrix.h.
Member Enumeration Documentation
| anonymous enum | 
Constructor & Destructor Documentation
| MatrixConstReference | ( | const Matrix< T, Rows, Cols > & | rhs ) |  [explicit] | 
        
| MatrixConstReference | ( | const_pointer | data ) |  [explicit] | 
        
Member Function Documentation
Generated on Tue Jul 12 2022 18:57:56 by
 1.7.2 
    