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 98a0f15 commit 0e93e67Copy full SHA for 0e93e67
src/lu.jl
@@ -110,8 +110,8 @@ end
110
`lu!` is the same as [`lu`](@ref), but saves space by overwriting the
111
input `F`, instead of creating a copy.
112
113
-!!! compat "Julia 1.12"
114
- Reusing dense `LU` factorizations in `lu!` require Julia 1.12 or later.
+!!! compat "Julia 1.13"
+ Reusing dense `LU` factorizations in `lu!` require Julia 1.13 or later.
115
116
# Examples
117
```jldoctest
0 commit comments