Skip to content

Commit 734ff6b

Browse files
Update src/factorization.jl
1 parent 3c54b0e commit 734ff6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/factorization.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ end
3636

3737
# This could be a GenericFactorization perhaps?
3838
Base.@kwdef struct UMFPACKFactorization <: AbstractFactorization
39-
reuse_symbolic::Bool = false
39+
reuse_symbolic::Bool = true
4040
end
4141

4242
function init_cacheval(::UMFPACKFactorization, A, b, u)

0 commit comments

Comments
 (0)