diff --git a/matrix.h b/matrix.h index cc640d1..a00f419 100644 --- a/matrix.h +++ b/matrix.h @@ -8,6 +8,7 @@ typedef float MatrixType; // TODO Matrixtyp definieren + Matrix createMatrix(unsigned int rows, unsigned int cols); void clearMatrix(Matrix *matrix); void setMatrixAt(MatrixType value, Matrix matrix, unsigned int rowIdx, unsigned int colIdx);