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 b999354 commit 6c6250aCopy full SHA for 6c6250a
src/factorization.jl
@@ -1048,7 +1048,7 @@ This e.g. allows for Automatic Differentiation (AD) of a sparse-matrix solve.
1048
struct SparspakFactorization <: AbstractSparseFactorization
1049
reuse_symbolic::Bool
1050
1051
- function SparspakFactorization(;reuse_symbolic = true, throwerror = true)
+ function SparspakFactorization(; reuse_symbolic = true, throwerror = true)
1052
ext = Base.get_extension(@__MODULE__, :LinearSolveSparspakExt)
1053
if throwerror && ext === nothing
1054
error("SparspakFactorization requires that Sparspak is loaded, i.e. `using Sparspak`")
0 commit comments