Ticket #10426 (closed enhancement: fixed)
Add matrix row and column swapping, returning a new matrix
| Reported by: | rbeezer | Owned by: | jason, was |
|---|---|---|---|
| Priority: | minor | Milestone: | sage-4.7 |
| Component: | linear algebra | Keywords: | |
| Cc: | kcrisman | Work issues: | |
| Report Upstream: | N/A | Reviewers: | Alain Filbois |
| Authors: | Rob Beezer | Merged in: | sage-4.7.alpha2 |
| Dependencies: | Stopgaps: |
Description
There is a series of "with_" commands that do row operations on a matrix and return a new matrix. The set looks complete, except row and column swapping seems to be missing. Patch adds them in.
Attachments
Change History
comment:2 Changed 2 years ago by alain054
- Status changed from needs_review to positive_review
- Reviewers set to Alain Filbois
Patch is correct.
Note: See
TracTickets for help on using
tickets.

