Neue Dateien
This commit is contained in:
parent
c87be205ad
commit
d65f333f4c
@ -3,6 +3,13 @@
|
||||
|
||||
#define UNDEFINED_MATRIX_VALUE 0
|
||||
|
||||
typedef struct{
|
||||
size_t rows;
|
||||
size_t cols;
|
||||
double* data;
|
||||
} Matrix;
|
||||
|
||||
|
||||
typedef float MatrixType;
|
||||
|
||||
// TODO Matrixtyp definieren
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user