Skip to content

Commit

Permalink
Fixed usage comment
Browse files Browse the repository at this point in the history
  • Loading branch information
drreynolds committed Feb 4, 2021
1 parent e67565f commit 94f78e0
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 94f78e0

Please sign in to comment.