Hello,
We just released MatrixDepot v0.4.0. Matrix Depot
(https://github.com/weijianzhang/MatrixDepot.jl) is a test matrix
collection for Julia.
Here are the main features:
- A diverse collection of test matrices, including
- Higham's test matrices for MATLAB
(http://matrixdepotjl.readthedocs.org/en/latest/matrices.html)
- test matrices from Hansen's Regularization Tools
(http://matrixdepotjl.readthedocs.org/en/latest/regu.html)
- interface to the University of Florida Sparse matrix collection and
Matrix Market
(http://matrixdepotjl.readthedocs.org/en/latest/interface.html).
- User can extend the basic collection as required by
- downloading matrices from UF sparse matrix collection and Matrix
Market;
- writing new matrix generators and adding them to the Matrix Depot
interface (http://matrixdepotjl.readthedocs.org/en/latest/user.html).
- Matrices in the collection are categorized by groups and user can
define new groups
(http://matrixdepotjl.readthedocs.org/en/latest/properties.html).
Please let you know if you have comments or suggestions.
Thanks,
Weijian