We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 051ed6b commit 32329ddCopy full SHA for 32329dd
ext/LinearSolveSparseArraysExt.jl
@@ -3,7 +3,7 @@ module LinearSolveSparseArraysExt
3
using LinearSolve, LinearAlgebra
4
using SparseArrays
5
using SparseArrays: AbstractSparseMatrixCSC, nonzeros, rowvals, getcolptr
6
-using LinearSolve: BLASELTYPES
+using LinearSolve: BLASELTYPES, pattern_changed
7
8
# Can't `using KLU` because cannot have a dependency in there without
9
# requiring the user does `using KLU`
0 commit comments