Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffBezanson committed Nov 6, 2012
1 parent 3cb06ee commit 25ff361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/sparse.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# overloads
import Base.size, Base.nnz, Base.eltype, Base.show, Base.reinterpret
import Base.size, Base.nnz, Base.eltype, Base.show, Base.reinterpret, Base.copy
import Base.reshape, Base.similar, Base.convert, Base.find, Base.findn
import Base.one, Base.transpose, Base.ctranspose, Base.+, Base.-, Base.(.*)
import Base.(./), Base.(.\), Base.(.^), Base.sum, Base.ref, Base.assign
Expand Down

0 comments on commit 25ff361

Please sign in to comment.