Skip to content

Commit

Permalink
Add _SpecialArrays, _DenseConcatGroup
Browse files Browse the repository at this point in the history
  • Loading branch information
ViralBShah committed Jul 10, 2023
1 parent 6a9c3aa commit 478a80b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sparsevector.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import Base: sort!, findall, copy!
import LinearAlgebra: promote_to_array_type, promote_to_arrays_

using LinearAlgebra: adj_or_trans
using LinearAlgebra: adj_or_trans, _SpecialArrays, _DenseConcatGroup

### The SparseVector

Expand Down

0 comments on commit 478a80b

Please sign in to comment.