Skip to content

Commit

Permalink
Merge pull request JuliaLang#7356 from swadey/master
Browse files Browse the repository at this point in the history
sparse nonzeros() not exported
  • Loading branch information
JeffBezanson committed Jun 21, 2014
2 parents da5b038 + 6279b2c commit ce80161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/sparse.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export SparseMatrixCSC,
getindex, ishermitian, issparse, issym, istril, istriu, nnz,
setindex!, sparse, sparsevec, spdiagm, speye, spones,
sprand, sprandbool, sprandn, spzeros, symperm, trace, tril, tril!,
triu, triu!
triu, triu!, nonzeros

include("sparse/sparsematrix.jl")
include("sparse/csparse.jl")
Expand Down

0 comments on commit ce80161

Please sign in to comment.