We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c54b0e commit 734ff6bCopy full SHA for 734ff6b
src/factorization.jl
@@ -36,7 +36,7 @@ end
36
37
# This could be a GenericFactorization perhaps?
38
Base.@kwdef struct UMFPACKFactorization <: AbstractFactorization
39
- reuse_symbolic::Bool = false
+ reuse_symbolic::Bool = true
40
end
41
42
function init_cacheval(::UMFPACKFactorization, A, b, u)
0 commit comments