#5178: [with patch; needs review] change LLL_gram to work with Gram matrices 
with
not-necessarily integer entries
----------------------------+-----------------------------------------------
 Reporter:  was             |       Owner:  was     
     Type:  enhancement     |      Status:  new     
 Priority:  major           |   Milestone:  sage-3.3
Component:  linear algebra  |    Keywords:          
----------------------------+-----------------------------------------------
 This patch changes LLL_gram to work with Gram matrices with not-
 necessarily integer entries.  Also it fixes several "non-optimal" coding
 issues both in the old implementation and the doctests.  For example,
 instead of computing U.det() to determine if the unimodular A has det -1
 or 1, we just compute A.change_ring(GF(3)).det(), which is much faster.

 Changing LLL_gram to work for nonintegral gram matrices is critical for
 applications to computing class groups for the course I'm teaching right
 now.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5178>
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