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.
Matrix Class Reference
#include <Matrix.h>
Public Member Functions | |
| Matrix () | |
| Constructors. | |
| ~Matrix () | |
| Destructor. | |
| Matrix & | operator= (const Matrix &) |
| Assignment. | |
| float & | operator() (int, int) |
| Cell data. | |
Data Fields | |
| int | rows |
| Parameters. | |
Detailed Description
Matrix class.
Definition at line 8 of file Matrix.h.
Constructor & Destructor Documentation
| Matrix | ( | ) |
Constructors.
Definition at line 3 of file Matrix.cpp.
| ~Matrix | ( | ) |
Destructor.
Definition at line 29 of file Matrix.cpp.
Member Function Documentation
| float & operator() | ( | int | r, |
| int | c | ||
| ) |
Cell data.
Definition at line 53 of file Matrix.cpp.
Assignment.
Definition at line 35 of file Matrix.cpp.
Field Documentation
Generated on Mon Jul 18 2022 10:36:03 by
1.7.2