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

@@ -3,7 +3,7 @@ This matrix math library is focused on embedded development and avoids any heap
It uses templates to pre-allocate matrices on the stack.
There are still several operations that are works in progress such as:
TODO: Add a function to calculate eigenvalues/vectors
TODO: Add a function to compute RREF
TODO: Add a function for SVD decomposition
TODO: Add a function for LQ decomposition
- Add a function to calculate eigenvalues/vectors
- Add a function to compute RREF
- Add a function for SVD decomposition
- Add a function for LQ decomposition