added lina_loadMatrixFromStream

This commit is contained in:
Francesco Cozzuto
2022-01-14 19:12:32 +01:00
parent 56c481d684
commit 242398584c
5 changed files with 398 additions and 4 deletions
+1
View File
@@ -1,2 +1,3 @@
gcc test.c lina.c -o test -Wall -Wextra -g
gcc test2.c lina.c -o test2 -Wall -Wextra -g
gcc time.c lina.c -o time -Wall -Wextra -O3