#17837: Remove matrix_modn_dense.pyx
-------------------------------------+-------------------------------------
Reporter: jdemeyer | Owner:
Type: enhancement | Status: positive_review
Priority: major | Milestone: sage-6.6
Component: linear algebra | Resolution:
Keywords: | Merged in:
Authors: Jeroen Demeyer | Reviewers: Vincent Delecroix
Report Upstream: N/A | Work issues:
Branch: | Commit:
u/jdemeyer/ticket/17837 | 766f1a5a00018c9317cead9dd588d91f17676c68
Dependencies: | Stopgaps:
-------------------------------------+-------------------------------------
Changes (by vdelecroix):
* status: needs_review => positive_review
* reviewer: => Vincent Delecroix
Comment:
Instead of
{{{
if not (isinstance(b, Matrix_modn_dense_float) or
isinstance(b, Matrix_modn_dense_double)):
}}}
you might have used
{{{
if not isinstance(b, (Matrix_modn_dense_float,
Matrix_modn_dense_double)):
}}}
which is handled in the exact same way by cython.
I will try to use the nice unpickle_override for #17824.
--
Ticket URL: <http://trac.sagemath.org/ticket/17837#comment:11>
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.