diff --git a/matrix.h b/matrix.h index f08792e..cc640d1 100644 --- a/matrix.h +++ b/matrix.h @@ -6,10 +6,6 @@ typedef float MatrixType; // TODO Matrixtyp definieren -typedef struct{ - unsigned int rows; - unsigned int cols; - } Matrixtyp; Matrix createMatrix(unsigned int rows, unsigned int cols);