Opened 12 years ago
Closed 12 years ago
#10439 closed enhancement (duplicate)
Make dictionary input to vector constructor more robust
Reported by: | rbeezer | Owned by: | jason, was |
---|---|---|---|
Priority: | minor | Milestone: | sage-duplicate/invalid/wontfix |
Component: | linear algebra | Keywords: | |
Cc: | novoselt, jdemeyer | Merged in: | |
Authors: | Reviewers: | Rob Beezer | |
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
Giving the vector()
constructor both a degree and elements given as a dictionary will not work properly as is.
But if sage.modules.free_module_element.prepare_dict()
accepted the degree as an optional argument and was smarter, this should would be possible without much more work, and would be an improvement over having to give a terminal zero to get the degree right. See #10364 for more explicit discussion.
Change History (2)
comment:1 Changed 12 years ago by
Cc: | jdemeyer added |
---|---|
Reviewers: | → Rob Beezer |
comment:2 Changed 12 years ago by
Milestone: | sage-4.6.2 → sage-duplicate/invalid/wontfix |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Release Manager
This was fixed in #10537 (merged in sage-4.6.2.alpha3) and so can be retired as obsolete.