Skip to content

An extensible Julia matrix collection utilizing type system to enhance performance.

License

Notifications You must be signed in to change notification settings

TypedMatrices/TypedMatrices.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypedMatrices

license action status codecov docs-stable docs-dev release

An extensible Julia matrix collection utilizing type system to enhance performance.

This package provides new matrix types that can be used in Julia LinearAlgebra. Each matrix is a new subtype of AbstractMatrix, they are stored and computed efficiently.

Usage

Check documentation for more details.

Related Packages

We sincerly appreciate the following packages:

  • MatrixDepot.jl: some matrices' generation algorithm are inspired and adapted from this package. Also, most matrices' documentation are adapted from this package.
  • SpecialMatrices.jl: code structure and some matrices' manipulation functions are inspired and adapted from this package.

References

  • Nicholas J. Higham, "Algorithm 694, A Collection of Test Matrices in MATLAB", ACM Trans. Math. Software, vol. 17. (1991), pp 289-305 [pdf] [doi]