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 | |
| matrixfunctions | J | Matrix functions and their Fréchet derivatives | Partial |
This package can be loaded under Julia as follows:
julia> include("/<path>/MatrixAlgorithms/src/MatrixAlgorithms.jl")