#17837: Remove matrix_modn_dense.pyx
-------------------------------------------------+-------------------------
Reporter: jdemeyer | Owner:
Type: enhancement | Status: closed
Priority: major | Milestone: sage-6.6
Component: linear algebra | Resolution: fixed
Keywords: | Merged in:
Authors: Jeroen Demeyer | Reviewers: Vincent
Report Upstream: N/A | Delecroix
Branch: | Work issues:
766f1a5a00018c9317cead9dd588d91f17676c68 | Commit:
Dependencies: | Stopgaps:
-------------------------------------------------+-------------------------
Comment (by jdemeyer):
Replying to [comment:11 vdelecroix]:
> 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.
Obviously, I just didn't think of that. It doesn't really matter anyway...
--
Ticket URL: <http://trac.sagemath.org/ticket/17837#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.