From 1386f6dc5024937c8c9c741efed9274d4861b76f Mon Sep 17 00:00:00 2001 From: Jasper Date: Mon, 8 Sep 2025 10:35:14 +0200 Subject: Added vector struct It's completely based on the existing matrix struct and its functions. --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 6ec6b63..82d4c4c 100755 --- a/build.sh +++ b/build.sh @@ -2,4 +2,4 @@ if [ ! -d "bin" ]; then mkdir bin fi -gcc -Wall -Wextra -pedantic -lm -o bin/linalg_debug debug.c tests.c utils.c matrix.c +gcc -Wall -Wextra -pedantic -lm -o bin/linalg_debug debug.c tests.c utils.c matrix.c vector.c -- cgit v1.2.3