Skip to content

Staging area for matrix algebra algorithms in MATLAB, Julia, Fortran, Rust, and C/C++

License

Notifications You must be signed in to change notification settings

aravindh-krishnamoorthy/MatrixAlgorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MatrixAlgorithms

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

Julia Usage

This package can be loaded under Julia as follows:

julia> include("/<path>/MatrixAlgorithms/src/MatrixAlgorithms.jl")

About

Staging area for matrix algebra algorithms in MATLAB, Julia, Fortran, Rust, and C/C++

Resources

License

Stars

Watchers

Forks