Submit a pull request?

One point: I think you may have flipped column indices and row indices in your 
description.

 — John

On Sep 18, 2014, at 7:45 PM, DumpsterDoofus <peter.richter....@gmail.com> wrote:

> Thanks, that's what I was looking for! I forked a copy of the documentation 
> on my GitHub account and added in the following entry to the sparse matrix 
> section:
> 
> .. function:: findnz(A)
> 
>    Returns a tuple (I, J, V) containing the column indices, row indices, and 
> nonzero values. The I, J, and V satisfy ``S[I[k], J[k]] = V[k]``. Essentially 
> the inverse of ``sparse``.
> 
>  

Reply via email to