formatiert

This commit is contained in:
maxgrf 2025-11-16 21:31:24 +01:00
parent d36d185214
commit 75dc5fc631

View File

@ -95,8 +95,7 @@ Matrix add(const Matrix matrix1, const Matrix matrix2)
return result_add; return result_add;
} }
//if (matrix1.rows != matrix2.rows || matrix1.cols != 1 || matrix2.cols != 1) return createMatrix(0, 0);
return createMatrix(0, 0);
} }
Matrix multiply(const Matrix matrix1, const Matrix matrix2) Matrix multiply(const Matrix matrix1, const Matrix matrix2)