Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5f90b74937 |
4
matrix.h
4
matrix.h
@ -6,10 +6,6 @@
|
|||||||
typedef float MatrixType;
|
typedef float MatrixType;
|
||||||
|
|
||||||
// TODO Matrixtyp definieren
|
// TODO Matrixtyp definieren
|
||||||
typedef struct{
|
|
||||||
unsigned int rows;
|
|
||||||
unsigned int cols;
|
|
||||||
} Matrixtyp;
|
|
||||||
|
|
||||||
|
|
||||||
Matrix createMatrix(unsigned int rows, unsigned int cols);
|
Matrix createMatrix(unsigned int rows, unsigned int cols);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user