Bill Allombert on Thu, 16 Jan 2014 18:29:56 +0100 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: new FFM_mul (and FlxqM_mul, FqM_mul, ...) |
On Thu, Jan 16, 2014 at 12:25:03PM +0000, Peter Bruin wrote: > Hello, > > Bill Allombert <Bill.Allombert@math.u-bordeaux.fr> wrote: > > >> The more I think about it, the more I actually prefer this approach to > >> the code duplication in my patch, so if you want to do it in this way, > >> I'll certainly be happy with that. > > > > Yes. Would you provide a patch for gen_matmul? > > Here is a new patch using the bb_field interface. In addition to the > previous patch, it implements FFM_FFC_mul, gen_matmul and gen_matcolmul; > I think we now have all matrix * matrix and matrix * column vector > functions over finite fields. > > The matrix * matrix functions are covered by the current test suite, but > the matrix * column vector functions are not. Thanks for your patch! I commited it as 65fb93207bf79 Cheers, Bill.