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 1c40e26 commit d4204eaCopy full SHA for d4204ea
src/ThreadedSparseArrays.jl
@@ -4,7 +4,7 @@ using LinearAlgebra
4
import LinearAlgebra: mul!
5
using SparseArrays
6
import SparseArrays: getcolptr
7
-const AdjOrTransDenseMatrix = if VERSION < v"1.7.0-DEV.499"
+const AdjOrTransDenseMatrix = if VERSION < v"1.6.0-rc2"
8
SparseArrays.AdjOrTransStridedOrTriangularMatrix
9
else
10
SparseArrays.AdjOrTransDenseMatrix
0 commit comments