diff options
| author | y-jan137 <yousefjan24000@gmail.com> | 2026-05-16 12:10:05 +0300 |
|---|---|---|
| committer | y-jan137 <yousefjan24000@gmail.com> | 2026-05-16 12:10:05 +0300 |
| commit | 750f276a1403c5defd58b06f13c703b5e3d59245 (patch) | |
| tree | 5218b52ca98f6df3fa4e202ff999b81f35c4e28b /src/linalgebra.cpp | |
| parent | 92220ea5a483d6ece73bb6472af0773bc4106d73 (diff) | |
Finish TODOs
Diffstat (limited to 'src/linalgebra.cpp')
| -rw-r--r-- | src/linalgebra.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/linalgebra.cpp b/src/linalgebra.cpp index 18e9cf3..d6d5652 100644 --- a/src/linalgebra.cpp +++ b/src/linalgebra.cpp @@ -9,3 +9,8 @@ export import :lu; export import :qr; export import :qr_iteration; export import :cholesky; +export import :sym_eigen; +export import :svd; +export import :iterative; +export import :precond; +export import :expm; |