Hi,
I am relatively new to  Julia. I upgraded from 0.2.1 to 0.3.0 and had the 
following issue, the find function stopped working
on Julia 0.3.0 on sparse matrices. I tried to find a quick look as for why 
this is happening but din't find anything.


Example:
A=speye(Bool,10)
find(x->x==true,A)
->0-element Array{Int64,1}
find(x->x==true,full(A))
->10-element Array{Int64,1}:
 1
 12
 23
 34
 45
 56
 67
 78
 89
100

Is this a bug ?


Thank you for your help,

Ilias 

Reply via email to