Matrix Struktur: Reihenfolge geändert
This commit is contained in:
parent
4020cb36a1
commit
24f547ccec
@ -4,9 +4,9 @@
|
||||
#define UNDEFINED_MATRIX_VALUE 0
|
||||
|
||||
typedef struct{
|
||||
float* buffer;
|
||||
size_t rows;
|
||||
size_t cols;
|
||||
float* buffer;
|
||||
} Matrix;
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user