On 22/03/2015, John Cremona <[email protected]> wrote: > On 21 March 2015 at 21:40, <[email protected]> wrote: >> I had found the ticket 12051 from this blog here >> http://gsoc-sage-lattices.blogspot.gr/2012/06/update-on-basis-coercion-lll-and-fincke.html >> I don't know if the writer of the blog is the author of the code. Maybe, >> we >> can ask him. > > The patch was written by Johan Bosman, when he was in my department. > He had moved on. But the function has precisely 2 lines of code: > > A, d = self._clear_denom() > return A.LLL(*args, **kwargs) / d > > where self if a matrix over QQ. It could hardly be simpler. Th > ediscussion on the ticket mostly revolves around doing something > sensible for matrices over RR, which is a whole different story. Over > QQ it is a triviality.
I saw that it is a triviality... but a useful one. I set the ticket it to needs review. Vincent -- You received this message because you are subscribed to the Google Groups "sage-support" 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-support. For more options, visit https://groups.google.com/d/optout.
