From 478a80b97ac94688ddfe37f5d9ffcb54c6c12919 Mon Sep 17 00:00:00 2001 From: "Viral B. Shah" Date: Mon, 10 Jul 2023 14:54:21 -0400 Subject: [PATCH] Add _SpecialArrays, _DenseConcatGroup --- src/sparsevector.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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