#13678: Allow tab completion of matrix constructor
-------------------------------------------------+--------------------------
Reporter: robertwb | Owner: jason, was
Type: enhancement | Status: needs_review
Priority: major | Milestone: sage-5.5
Component: linear algebra | Resolution:
Keywords: | Work issues:
Report Upstream: N/A | Reviewers: Volker Braun
Authors: Robert Bradshaw, Volker Braun | Merged in:
Dependencies: | Stopgaps:
-------------------------------------------------+--------------------------
Comment (by jason):
Gee, it seems like it would be nice to generalize the decorator one more
level, so I could do something like:
{{{
@namespace('matrix')
def vandermonde(R, v):
return matrix(R, len(v), lambda i,j: v[i]^j)
}}}
I could see this being useful for other situations like this too.
{{{
@namespace('groups')
def alternating(...):
....
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13678#comment:10>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.