Kommentar

This commit is contained in:
Bannach 2025-11-11 18:13:03 +01:00
parent 575c7e21e4
commit 768b28ceec

View File

@ -86,5 +86,5 @@ Matrix add(const Matrix matrix1, const Matrix matrix2)
Matrix multiply(const Matrix matrix1, const Matrix matrix2) Matrix multiply(const Matrix matrix1, const Matrix matrix2)
{ {
//Siehe I1-Pr Aufgabe
} }