first commit (gaussjordan is bugged)

This commit is contained in:
Morph01
2024-02-01 20:01:24 +01:00
commit 066bc64ab9
6 changed files with 340 additions and 0 deletions

16
.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,16 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "xmake",
"request": "launch",
"name": "Debug XMake target",
"target": "Pivot",
"cwd": "${workspaceFolder}",
"stopAtEntry": true
}
]
}