Macaulay2 Engine
Loading...
Searching...
No Matches

◆ TEST() [4/19]

TEST ( RingZZmod101 ,
multDivide  )

Definition at line 91 of file RingZZpTest.cpp.

92{
93 Z_mod* R = Z_mod::create(101);
95}
const int ntrials
Definition ARingTest.hpp:42
void testRingDivide(const T *R, int ntrials)
Definition RingTest.hpp:140
static Z_mod * create(int p)
Definition ZZp.cpp:64
Engine-side Z/p ring for small primes (p < 32767), using a discrete-log (Zech) representation.
Definition ZZp.hpp:63

References Z_mod::create(), ntrials, and testRingDivide().