#5520: implement Pizer's algorithm for computing Brandt Modules and Brandt
Matrices
---------------------------+------------------------------------------------
 Reporter:  was            |       Owner:  craigcitro
     Type:  enhancement    |      Status:  new       
 Priority:  major          |   Milestone:  sage-3.4.1
Component:  modular forms  |    Keywords:            
---------------------------+------------------------------------------------

Comment(by mabshoff):

 It also doesn't look too bad against my current 3.4.1.alpha0 merge tree:
 {{{
 sage-3.4.1.alpha0/devel/sage$ patch -p1 --dry-run < trac_5520.patch
 patching file c_lib/include/convert.h
 patching file c_lib/src/convert.c
 patching file module_list.py
 patching file sage/algebras/all.py
 patching file sage/algebras/quatalg/__init__.py
 patching file sage/algebras/quatalg/all.py
 patching file sage/algebras/quatalg/quaternion_algebra.py
 patching file sage/algebras/quatalg/quaternion_algebra_cython.pyx
 patching file sage/algebras/quatalg/quaternion_algebra_element.pxd
 patching file sage/algebras/quatalg/quaternion_algebra_element.pyx
 patching file sage/algebras/quaternion_algebra.py
 Hunk #1 FAILED at 1.
 1 out of 1 hunk FAILED -- saving rejects to file
 sage/algebras/quaternion_algebra.py.rej
 patching file sage/algebras/quaternion_algebra_element.pxd
 patching file sage/algebras/quaternion_algebra_element.py
 patching file sage/algebras/quaternion_algebra_element.pyx
 patching file sage/all.py
 Hunk #1 succeeded at 273 (offset 3 lines).
 patching file sage/libs/pari/gen.pxd
 patching file sage/libs/pari/gen.pyx
 patching file sage/matrix/matrix1.pyx
 patching file sage/matrix/matrix2.pyx
 Hunk #1 succeeded at 3733 (offset 17 lines).
 Hunk #2 succeeded at 3741 (offset 17 lines).
 Hunk #3 succeeded at 3752 (offset 17 lines).
 Hunk #4 succeeded at 3777 (offset 17 lines).
 patching file sage/matrix/matrix_integer_dense.pxd
 patching file sage/matrix/matrix_integer_dense.pyx
 patching file sage/matrix/matrix_rational_dense.pxd
 patching file sage/matrix/matrix_rational_dense.pyx
 Hunk #3 FAILED at 629.
 Hunk #4 FAILED at 637.
 Hunk #5 succeeded at 744 (offset 23 lines).
 Hunk #6 succeeded at 768 (offset 23 lines).
 Hunk #7 succeeded at 792 (offset 23 lines).
 Hunk #8 succeeded at 996 (offset 23 lines).
 Hunk #9 succeeded at 1292 (offset 23 lines).
 Hunk #10 succeeded at 1343 (offset 23 lines).
 Hunk #11 succeeded at 1368 (offset 23 lines).
 Hunk #12 succeeded at 1403 (offset 23 lines).
 Hunk #13 succeeded at 1551 (offset 23 lines).
 Hunk #14 succeeded at 1673 (offset 23 lines).
 Hunk #15 succeeded at 1699 (offset 23 lines).
 Hunk #16 succeeded at 2081 (offset 23 lines).
 Hunk #17 succeeded at 2162 (offset 23 lines).
 Hunk #18 succeeded at 2375 (offset 23 lines).
 2 out of 18 hunks FAILED -- saving rejects to file
 sage/matrix/matrix_rational_dense.pyx.rej
 patching file sage/misc/hg.py
 patching file sage/modular/abvar/abvar.py
 patching file sage/modular/all.py
 patching file sage/modular/hecke/ambient_module.py
 patching file sage/modular/hecke/element.py
 patching file sage/modular/hecke/module.py
 patching file sage/modular/modsym/ambient.py
 patching file sage/modular/quatalg/__init__.py
 patching file sage/modular/quatalg/all.py
 patching file sage/modular/quatalg/brandt.py
 patching file sage/modules/free_module.py
 Reversed (or previously applied) patch detected!  Assume -R? [n] n
 Apply anyway? [n] n
 Skipping patch.
 5 out of 5 hunks ignored -- saving rejects to file
 sage/modules/free_module.py.rej
 patching file sage/modules/module.pyx
 patching file sage/rings/extended_rational_field.py
 patching file sage/rings/rational.pyx
 patching file sage/rings/rational_field.py
 patching file setup.py
 Hunk #1 succeeded at 543 (offset 7 lines).
 Hunk #2 succeeded at 619 (offset 8 lines).
 }}}

 Cheers,

 Michael

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5520#comment:8>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of 
Reinventing the Wheel

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to