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

◆ TEST() [13/24]

TEST ( ARingZZpFFPACK ,
arithmetic67108859  )

Definition at line 254 of file ARingZZpTest.cpp.

255{
256 M2::ARingZZpFFPACK R(67108859);
257
259
260 testCoercions(R);
262 testAdd(R, ntrials);
267 testPower(R, ntrials);
269}
void testAdd(const T &R, int ntrials)
void testNegate(const T &R, int ntrials)
void testReciprocal(const T &R, int ntrials)
void testPower(const T &R, int ntrials)
void testCoercions(const T &R)
void testAxioms(const T &R, int ntrials)
const int ntrials
Definition ARingTest.hpp:42
void testSubtract(const T &R, int ntrials)
void testMultiply(const T &R, int ntrials)
void testCoerceToLongInteger(const RT &R)
wrapper for the FFPACK::ModularBalanced<double> field implementation
void testDivide()

References ntrials, testAdd(), testAxioms(), testCoerceToLongInteger(), testCoercions(), testDivide(), testMultiply(), testNegate(), testPower(), testReciprocal(), and testSubtract().