Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/drreynolds/Math4315-codes i…
Browse files Browse the repository at this point in the history
…nto main
  • Loading branch information
drreynolds committed Feb 7, 2021
2 parents a43b902 + 94f78e0 commit 047baff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LUFactorization/LUPFactors.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

def LUPFactors(A):
"""
usage: [L,U,P] = LUPFactors(A)
usage: L, U, P = LUPFactors(A)
Row-oriented LU factorization with partial pivoting; constructs the factorization
P A = LU <=> A = P^T L U
Expand Down

0 comments on commit 047baff

Please sign in to comment.