julia
6745e4fd - Deprecate findnz(::AbstractArray)

Commit
7 years ago
Deprecate findnz(::AbstractArray) The `findnz` function previously had two distinct behaviors: it would either find _stored_ values or _nonzero_ values, depending upon the type of the argument. This deprecates the `AbstractMatrix` fallback (nonzero) behavior, leaving only the sparse (stored) behavior.
Author
Committer
Parents
Loading