Added QR decomposition functions
All checks were successful
Merge-Checker / build_and_test (pull_request) Successful in 24s

This commit is contained in:
2025-05-30 09:07:26 -04:00
parent 296f233b28
commit 74afbfeab8
6 changed files with 266 additions and 195 deletions

View File

@@ -75,5 +75,6 @@
},
"clangd.enable": true,
"C_Cpp.dimInactiveRegions": false,
"editor.defaultFormatter": "xaver.clang-format"
"editor.defaultFormatter": "xaver.clang-format",
"clangd.inactiveRegions.useBackgroundHighlight": true
}