Staging area for matrix algebra algorithms in MATLAB, Julia, Fortran, Rust, and C/C++
Directory | Language | Description | Target | Development Stage |
---|---|---|---|---|
potri2 | J-F | Efficient implementation of LAPACK's potri function |
LAPACK | Partial |
trsr | J-F | Efficient square root of matrices | Partial | |
ordschur | J | Efficient reordering of Schur triangular matrices (inspired by https://github.com/JuliaLang/julia/issues/53239) | Not yet started |
This package can be loaded under Julia as follows:
julia> include("/<path>/MatrixAlgorithms/src/MatrixAlgorithms.jl")