Skip to content

Commit

Permalink
Merge pull request #58 from ctkelley/main
Browse files Browse the repository at this point in the history
update from main
  • Loading branch information
ctkelley authored Sep 24, 2024
2 parents 642a0ce + b7977b1 commit 2ebadfc
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/Factorizations/hlu!.jl
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,6 @@ function hlu!(A::AbstractMatrix{T}) where {T}
amax = absi
end
end
# elseif pivot === RowNonZero()
# for i = k:m
# if !iszero(A[i, k])
# kp = i
# break
# end
# end
end
ipiv[k] = kp
if !iszero(A[kp, k])
Expand Down

0 comments on commit 2ebadfc

Please sign in to comment.