Use JLD, not HDF5. HDF5 is only for very basic types, or reading HDF5 files written from other languages.
--Tim
On Thursday, August 14, 2014 11:21:20 PM paul analyst wrote:
> How to save sparse in HDF5?
> julia> D=sparse(I,J,V);
> julia> h5write("D.h5","D", D);
> ERROR: no method write(HDF5File, ASCIIString, SparseMatrixCSC{Int64,Int64})
> in h5write at C:\Users\SAMSUNG2\.julia\v0.3\HDF5\src\plain.jl:527
>
> Paul
