Compare commits

..

No commits in common. "0e9c8d3e1bd85bd03e30e2610edd50386258c27c" and "f45f5a87524ace5319b9e7ea23f92366f1eca9dc" have entirely different histories.

2 changed files with 0 additions and 10 deletions

View File

@ -1,3 +0,0 @@
{
"makefile.configureOnOpen": false
}

View File

@ -6,13 +6,6 @@
typedef float MatrixType;
// TODO Matrixtyp definieren
typedef struct {
unsigned int rows;
unsigned int cols;
MatrixType *buffer;
} Matrix;
// *****************************************************
Matrix createMatrix(unsigned int rows, unsigned int cols);