Hi Paul, Are you using the most recent version of Sage? There was a performance regression I accidentally introduced at some point to fix a bug, which was corrected in Sage 3.2.2.
If that's not it, hopefully William will pipe in ... -cc On Wed, Jan 21, 2009 at 1:25 PM, Paul Zimmermann <[email protected]> wrote: > > Hi, > > on http://www.loria.fr/~zimmerma/exemple40.sage you can find a 500x360 > integer matrix for which computing the Hermite Normal Form takes about > 10 times longer in Sage than in Magma: > > sage: C > 500 x 360 dense matrix over Integer Ring > sage: time A=C.hermite_form() > CPU times: user 22.91 s, sys: 0.09 s, total: 23.01 s > Wall time: 23.02 s > > (it takes 2.440s with Magma on the same machine) > > Is there a faster way to compute a HNF in Sage? Does IML do that? > > Paul > > > > --~--~---------~--~----~------------~-------~--~----~ 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-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
