fflas-ffpack icon indicating copy to clipboard operation
fflas-ffpack copied to clipboard

Missing conversions from GFqDom to ZRing<Element>

Open ClementPernet opened this issue 7 years ago • 0 comments

Follow up of #160 . GFqDom is a tabulated implementation of Galois field with init and convert of elements to/from double allowing some slack so as to perform small dot products with no overflow. In order to exploit it in fflas, one need to implement conversion methods (using ModeTrait::ConvertTo) to convert from GFqDom to ZRing<double>.

ClementPernet avatar Feb 27 '18 12:02 ClementPernet