diff options
| author | y-jan137 <yousefjan24000@gmail.com> | 2026-05-03 17:33:09 +0300 |
|---|---|---|
| committer | y-jan137 <yousefjan24000@gmail.com> | 2026-05-03 17:33:09 +0300 |
| commit | 050ccc72c3c763eeffcb866948cdac15f485aa15 (patch) | |
| tree | 2199e2b41d4bbd78083fd1773cc4d6ecc4c59bc9 /src/linalgebra.cpp | |
| parent | 4602b36e9d5ea08656e3222846a1f161bbb1cec1 (diff) | |
Add cholesky solve
Diffstat (limited to 'src/linalgebra.cpp')
| -rw-r--r-- | src/linalgebra.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/linalgebra.cpp b/src/linalgebra.cpp index 302810f..18e9cf3 100644 --- a/src/linalgebra.cpp +++ b/src/linalgebra.cpp @@ -8,3 +8,4 @@ export import :triangular_solve; export import :lu; export import :qr; export import :qr_iteration; +export import :cholesky; |