Skip to content

aravindh-krishnamoorthy/MatrixAlgorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

242 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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 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
ordschur J Efficient reordering of Schur triangular matrices (inspired by https://github.com/JuliaLang/julia/issues/53239) Partial

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

Stars

Watchers

Forks

Contributors