givaro icon indicating copy to clipboard operation
givaro copied to clipboard

GFqDom should not require element size twice as big as the cardinality

Open ClementPernet opened this issue 5 years ago • 0 comments

So far, GFqDom<int32_t> only represents finite fields of fewer than 16 bits. This is only required at the creation the tables. Instead, one could use another type at this phase.

ClementPernet avatar Jul 01 '19 09:07 ClementPernet