We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfbef56 commit 5be48d3Copy full SHA for 5be48d3
ext/ArrayLayoutsSparseArraysExt.jl
@@ -3,7 +3,9 @@ module ArrayLayoutsSparseArraysExt
3
using ArrayLayouts
4
using ArrayLayouts: _copyto!
5
using SparseArrays
6
-import LinearAlgebra
+# Specifying the full namespace is necessary because of https://github.com/JuliaLang/julia/issues/48533
7
+# See https://github.com/JuliaStats/LogExpFunctions.jl/pull/63
8
+import ArrayLayouts.LinearAlgebra
9
10
import Base: copyto!
11
0 commit comments