large matrices working

This commit is contained in:
2023-02-22 22:17:40 -06:00
parent 904e96b703
commit 21736c114b
8 changed files with 199 additions and 5 deletions

3
.vscode/tasks.json vendored
View File

@@ -10,7 +10,8 @@
"${file}",
"-o",
"${fileDirname}/${fileBasenameNoExtension}",
"-lrt"
"-lrt",
"-pthread"
],
"options": {
"cwd": "${fileDirname}"