@ -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);
The note is not visible to the blocked user.