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.
Check documentation for more details.
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.