From 72dab86dd961e6306687406030defbc5c70ea04b Mon Sep 17 00:00:00 2001 From: Jens Burger Date: Tue, 18 Nov 2025 11:12:43 +0100 Subject: [PATCH] =?UTF-8?q?abschlie=C3=9Fender=20Commit=20Termin=2018.11.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- matrix.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/matrix.c b/matrix.c index 14456e3..36ed5ef 100644 --- a/matrix.c +++ b/matrix.c @@ -82,6 +82,8 @@ Matrix add(const Matrix matrix1, const Matrix matrix2) return empty; } + //Hier broadcasting noch einfuegen + float matrix1Wert = 0; float matrix2Wert = 0; float summe = 0;