Opened 12 years ago
Closed 12 years ago
#10839 closed enhancement (fixed)
LU decomposition for rectangular matrices
Reported by: | Rob Beezer | Owned by: | jason, was |
---|---|---|---|
Priority: | minor | Milestone: | sage-4.7.2 |
Component: | linear algebra | Keywords: | sd31 |
Cc: | Jason Grout | Merged in: | sage-4.7.2.alpha0 |
Authors: | Rob Beezer | Reviewers: | Ryan Grout |
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
SciPy/NumPy
allows for the LU
decomposition of a non-square matrix, so this patch removes the restriction to square matrices.
Trivial cases have been updated and documentation expanded.
Attachments (1)
Change History (6)
Changed 12 years ago by
Attachment: | trac_10839-LU-decomposition.patch added |
---|
comment:1 Changed 12 years ago by
Authors: | → Rob Beezer |
---|---|
Cc: | Jason Grout added |
Status: | new → needs_review |
comment:2 follow-up: 4 Changed 12 years ago by
Reviewers: | → Ryan Grout |
---|---|
Status: | needs_review → positive_review |
comment:3 Changed 12 years ago by
Milestone: | sage-4.7.1 → sage-4.7.2 |
---|---|
Type: | defect → enhancement |
comment:4 Changed 12 years ago by
Keywords: | sd31 added |
---|
comment:5 Changed 12 years ago by
Merged in: | → sage-4.7.2.alpha0 |
---|---|
Resolution: | → fixed |
Status: | positive_review → closed |
Note: See
TracTickets for help on using
tickets.
Positive Review. Works fine