Hi Weijian

This is a great functionality. It seems that you are using MAT.jl to read
in the sparse matrices. You could consider using the the MatrixMarket
reader in Base e.g.

A = sparse(Base.SparseMatrix.CHOLMOD.Sparse("matrix.mtx"))

It will also have the benefit of using the Symmetric matrix type when the
matrix is symmetric and thereby saving half of the storage.

2015-03-06 14:39 GMT-05:00 Weijian Zhang <[email protected]>:

> Hello,
>
> I just included a Julia interface to the University of Florida Sparse
> Matrix Collection in Matrix Depot (
> https://github.com/weijianzhang/MatrixDepot.jl).
>
> Here is the documentation:
> http://matrixdepotjl.readthedocs.org/en/latest/ufsparse.html#ufsparse
>
> Please let me know if you have any comments.
>
> Thanks,
>
> Weijian
>
>
>

Reply via email to