Okay, I imported the code base from 

   https://github.com/poeschko/sage

here:

    http://trac.sagemath.org/ticket/15955

I really couldn't be bothered to import patch by patch as the original author 
made an interesting - let's ignore Sage's version control - choice. So all his 
commits are in one big commit.

Well, almost all:

- I fixed some things to adapt the patches to the current version of Sage and
- I didn't import the hack (I think it is) which allows to deal with this 
situation:

sage: A = Matrix(ZZ, [[4,2,0],[2,1,0],[0,0,1]])
sage: A.LLL_gram()
...
ValueError: a matrix from Full MatrixSpace of 3 by 2 dense matrices over 
Integer Ring cannot be converted to a matrix in Full MatrixSpace of 3 by 3 
dense matrices over Integer Ring!

I'm not sure what should be done about this. In any case, I'd appreciate a 
second set of eyes on this. Clearly, there's work to be done.

Cheers,
Martin


On Thursday 13 Mar 2014 15:26:28 Burcin Erocal wrote:
> Hi Martin,
> 
> On Thu, 13 Mar 2014 13:56:41 +0000
> 
> Martin Albrecht <martinralbre...@googlemail.com> wrote:
> > what happened to the Sage 2012 GSoC project on lattices described
> > 
> > here:
> >    http://gsoc-sage-lattices.blogspot.co.uk/
> > 
> > It doesn't seem to have been merged (?) I could use it to give my
> > discrete Gaussian sampler over lattices code a home.
> 
> The code is here:
> 
> https://github.com/poeschko/sage
> 
> AFAICT, it would require a nontrivial amount of work to merge. It was
> based on Sage 5.2 IIRC. I don't know if there is a related ticket on
> trac.
> 
> 
> Cheers,
> Burcin

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to