Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 2.33 KB

README.md

File metadata and controls

40 lines (29 loc) · 2.33 KB

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]