diff --git a/src/sparsevector.jl b/src/sparsevector.jl index 59aa9223..67c5293c 100644 --- a/src/sparsevector.jl +++ b/src/sparsevector.jl @@ -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