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
s_matrix Struct Reference
struct matrix allows to execute matrix computation More...
#include <matrix.h>
Data Fields | |
| int | row |
| number of row of the matrix | |
| int | col |
| number of column of the matrix | |
| float ** | element |
| this field allows to read and write the elements of the matrix | |
Detailed Description
struct matrix allows to execute matrix computation
Definition at line 24 of file matrix.h.
Field Documentation
| float** element |
Generated on Tue Jul 12 2022 11:35:17 by
1.7.2