Hi, Here are some updates:
1. we now use the base Matrix Market reader to read sparse matrices on Julia v0.4 and MatrixMarket.jl on Julia v0.3. 2. to avoid duplicate names, the downloaded matrices are stored according to groups (one directory per group). http://matrixdepotjl.readthedocs.org/en/latest/interface.html#interfaces Best wishes, Weijian On Saturday, 7 March 2015 22:03:20 UTC, Weijian Zhang wrote: > > Hi Jiahao and Dominique, > > Thanks a lot for the references. I will try both readers. > > > If you'd like to also add the NIST Matrix Market to MatrixDepot, the > > code to download the matrices from NIST is at > > > https://github.com/JuliaSparse/MatrixMarket.jl/blob/master/test/dl-matrixmarket.jl > > > That's great, I think I will include a Matrix Market interface soon. > > Weijian > > On Saturday, 7 March 2015 20:39:00 UTC, Dominique Orban wrote: >> >> There's also the Rutherford-Boeing reader in >> https://github.com/JuliaSparse/HarwellRutherfordBoeing.jl. I've used it >> to read matrices from the UF collection. >> >> On Saturday, March 7, 2015 at 3:14:29 PM UTC-5, Weijian Zhang wrote: >>> >>> You are welcome :) >>> >>> Weijian >>> >>> On Saturday, 7 March 2015 19:23:19 UTC, Viral Shah wrote: >>>> >>>> This is incredibly useful. Thank you. >>>> >>>> -viral >>>> >>>> On Saturday, March 7, 2015 at 1:09:16 AM UTC+5:30, Weijian Zhang wrote: >>>>> >>>>> 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 >>>>> >>>>> >>>>>
