Le mercredi 09 novembre 2016 à 05:37 -0800, Christoph Ortner a écrit :
> 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!)
As the docs for nonzeros() say, have a look at nzrange().


Regards

Reply via email to