diff --git a/matrix.c b/matrix.c index 5c7c0f2..77dc207 100644 --- a/matrix.c +++ b/matrix.c @@ -86,5 +86,5 @@ Matrix add(const Matrix matrix1, const Matrix matrix2) Matrix multiply(const Matrix matrix1, const Matrix matrix2) { - + //Siehe I1-Pr Aufgabe } \ No newline at end of file