Matrixtyp definiert

This commit is contained in:
silvana884 2025-11-13 21:16:31 +01:00
parent c612d9cde1
commit 5f90b74937

View File

@ -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);