added QR and LU decomposition

This commit is contained in:
Francesco Cozzuto
2023-03-27 23:08:03 +02:00
parent 80f263a03b
commit a4907f39ff
5 changed files with 367 additions and 8 deletions
+2 -2
View File
@@ -1,2 +1,2 @@
gcc tests/test.c src/lina.c -o test -Wall -Wextra -g -Isrc/
gcc tests/test_loader.c src/lina.c -o test_loader -Wall -Wextra -g -Isrc/
gcc tests/test.c src/lina.c -o test -Wall -Wextra -g -Isrc/ -lm
gcc tests/test_loader.c src/lina.c -o test_loader -Wall -Wextra -g -Isrc/ -lm