Staging area for matrix algebra algorithms in MATLAB, Julia, Fortran, Rust, and C/C++
| Directory | Language | Description | Target | Development Stage |
|---|---|---|---|---|
| potri2 | J | Efficient block-parallelizable implementation of LAPACK's potri function |
Implemented | |
| trsr | J | Efficient square root of matrices | Implemented | |
| matrixfunctions | J | Matrix functions and their Fréchet derivatives | Initial | |
| ordschur | J | Efficient reordering of Schur triangular matrices (inspired by https://github.com/JuliaLang/julia/issues/53239) | Implemented |