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 f0086f5 commit c330f8dCopy full SHA for c330f8d
stdlib/SuiteSparse/src/umfpack.jl
@@ -194,8 +194,8 @@ validity (via [`issuccess`](@ref)) lies with the user.
194
`ComplexF64` elements, `lu!` converts `A` into a copy that is of type
195
`SparseMatrixCSC{Float64}` or `SparseMatrixCSC{ComplexF64}` as appropriate.
196
197
-!!! compat "Julia 1.4"
198
- `lu!` for `UmfpackLU` requires at least Julia 1.4.
+!!! compat "Julia 1.5"
+ `lu!` for `UmfpackLU` requires at least Julia 1.5.
199
200
# Examples
201
```jldoctest
0 commit comments