Re: [sage-combinat-devel] integer matrices

2012-06-15 Thread Nicolas M. Thiery
On Sun, Jun 10, 2012 at 01:29:16AM -0400, Franco Saliola wrote: > This is essentially what I was doing in the ncsf internal products > code, so I factored it out, made it into an enumerated set, added > documentation (some of which I stole from the above), and put it in > sage.combinat.integer_matr

Re: [sage-combinat-devel] integer matrices

2012-06-09 Thread Franco Saliola
On Sat, Jun 9, 2012 at 5:54 AM, Nicolas M. Thiery wrote: > On Fri, Jun 08, 2012 at 12:08:07AM -0400, Franco Saliola wrote: >> Is there something in sage that will return integer matrices with row >> sums (4, 4, 0, 5) and column sums (3, 7, 1, 0, 2) ? (for example) >> >> I have something that does

Re: [sage-combinat-devel] integer matrices

2012-06-09 Thread Nicolas M. Thiery
On Fri, Jun 08, 2012 at 12:08:07AM -0400, Franco Saliola wrote: > Is there something in sage that will return integer matrices with row > sums (4, 4, 0, 5) and column sums (3, 7, 1, 0, 2) ? (for example) > > I have something that does this in the NCSF code on the queue, but I'm > wondering whether

[sage-combinat-devel] integer matrices

2012-06-07 Thread Franco Saliola
Is there something in sage that will return integer matrices with row sums (4, 4, 0, 5) and column sums (3, 7, 1, 0, 2) ? (for example) I have something that does this in the NCSF code on the queue, but I'm wondering whether it is already implemented. -- -- You received this message because you