#13584: Add rcm to matrix/matrix2.pyx
-------------------------------------+-------------------------------------
Reporter: r.gaia.cs | Owner: r.gaia.cs
Type: enhancement | Status: needs_work
Priority: major | Milestone: sage-6.5
Component: linear algebra | Resolution:
Keywords: matrix, rcm | Merged in:
Authors: William A. Stein, | Reviewers:
Marco Mezzarobba, Rob Beezer, | Work issues: Cython issues
Frédéric Chapoton, Ralf Stephan | Commit:
Report Upstream: N/A | c3fb93fe197a6d47643fc66f7beb8cd06888c551
Branch: | Stopgaps:
public/ticket/13584 |
Dependencies: |
-------------------------------------+-------------------------------------
Comment (by jdemeyer):
Since your code is about 400 lines, I also suggest to add your code to a
new module instead of making `matrix2.pyx` (already the second largest
file in Sage) even bigger. Your method in `matrix2.pyx` could just call
{{{
from sage.matrix.rcm cimport rcm
class Matrix2(...):
...
def reverse_cuthill_mckee(...)
"""
doctests...
"""
return rcm(...)
}}}
--
Ticket URL: <http://trac.sagemath.org/ticket/13584#comment:16>
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 unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.