ESP8266 ILI9341 display support code with printf sources, wire-frame viewer and custom fonts
1.0
ESP8266ILI9341DisplayProject
|
#include <matrix.h>
Data Fields | |
float ** | data |
int | cols |
int | rows |
int | size |
int _mat::cols |
Definition at line 29 of file matrix.h.
Referenced by Adjugate(), DeleteRowCol(), Determinant(), Invert(), MatAlloc(), MatMul(), MatPrint(), MatRead(), MatWrite(), TestSquare(), and Transpose().
float** _mat::data |
Definition at line 28 of file matrix.h.
Referenced by Adjugate(), DeleteRowCol(), Determinant(), Invert(), MatAlloc(), MatFree(), MatLoad(), MatMul(), MatPrint(), MatRead(), MatWrite(), setup(), and Transpose().
int _mat::rows |
Definition at line 30 of file matrix.h.
Referenced by Adjugate(), DeleteRowCol(), Determinant(), Invert(), MatAlloc(), MatFree(), MatMul(), MatPrint(), MatRead(), MatWrite(), TestSquare(), and Transpose().
int _mat::size |
Definition at line 31 of file matrix.h.
Referenced by Determinant(), and MatAlloc().