Is there as iterator implemented that allows me to iterate over all 
non-zero entries of a sparse matrix or vector? E.g. 

for (i, j, z) in nonzeros(A) 


(I realise that nonzeros does something else!)

Reply via email to