Skip to content

Commit

Permalink
Update src/factorization.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Christopher Rackauckas <accounts@chrisrackauckas.com>
  • Loading branch information
PaoloBiolghini and ChrisRackauckas authored Mar 17, 2024
1 parent 963f8a4 commit 64d80d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/factorization.jl
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ end

#!!!ATTENTION
#These array could change and whenever there will be a change in the SparseArrays package this array must be changed
const default_control=[1.0, 0.2, 0.2, 0.1, 32.0, 0.0, 0.7, 0.0, 1.0, 0.3, 1.0, 1.0, 0.9, 0.0, 10.0, 0.001, 1.0, 0.5, 0.0, 1.0]
const default_control=SparseArrays.UMFPACK.get_umfpack_control(Float64,Int64)

"""
`UMFPACKFactorization(;reuse_symbolic=true, check_pattern=true, control=Vector{Float64}(20))`
Expand Down

0 comments on commit 64d80d1

Please sign in to comment.