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

Reply via email to