189{
199 for (
int i = 0; i <
ntrials; i++)
200 {
201 gen.nextElement(a);
202 gen.nextElement(b);
203 gen.nextElement(c);
204
205
206
213
214
215
216
227
228
229
236 }
242}
bool almostEqual(const M2::ARingCC &C, unsigned long nbits, const M2::ARingCC::ElementType &a, const M2::ARingCC::ElementType &b)
void mult(ElementType &res, const ElementType &a, const RealElementType &b) const
void add(ElementType &res, const ElementType &a, const ElementType &b) const
void init(ElementType &result) const
unsigned long get_precision() const
static void clear(ElementType &result)
aring-style adapter for double-precision complex numbers, stored as (double, double) pairs.