Skip to content

Commit

Permalink
Merge pull request #7047 from tanmaykm/tanmaykm
Browse files Browse the repository at this point in the history
1d set/getindex for abstract sparse
  • Loading branch information
ViralBShah committed Jun 6, 2014
2 parents 72d0b10 + a4ff37e commit 5705a10
Show file tree
Hide file tree
Showing 3 changed files with 340 additions and 103 deletions.
2 changes: 1 addition & 1 deletion base/sparse.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ include("sparse/abstractsparse.jl")
module SparseMatrix

importall Base
import Base.NonTupleType, Base.float
import Base.NonTupleType, Base.float, Base.Order, Base.Sort.Forward

export SparseMatrixCSC,
blkdiag, dense, diag, diagm, droptol!, dropzeros!, etree, full,
Expand Down
Loading

0 comments on commit 5705a10

Please sign in to comment.