No help ?
W dniu czwartek, 31 lipca 2014 18:12:24 UTC+2 użytkownik paul analyst napisał: > > i=1 > Df=zeros(D); # sparse array 10^6 x 10^3 > ee=mean(D[:,i]); > Y=(D[:,i].-ee); > temp=mean(Y) > E=ee-temp; > Df[:,i]=D[:,i].-E > ERROR: InexactError() > in copy! at abstractarray.jl:149 > in convert at sparse/sparsematrix.jl:160 > in vcat at abstractarray.jl:503 > > Paul >
