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 1bd4b06 commit b8d1eccCopy full SHA for b8d1ecc
src/lu.jl
@@ -115,8 +115,7 @@ end
115
116
function lu!(F::LU{<:Any,<:AbstractMatrix}, A; check::Bool = true, allowsingular::Bool = false)
117
copyto!(F.factors, A)
118
- generic_lufact!(F.factors, lupivottype(eltype(A)), F.ipiv; check, allowsingular)
119
- return F
+ return generic_lufact!(F.factors, lupivottype(eltype(A)), F.ipiv; check, allowsingular)
120
end
121
122
0 commit comments