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

◆ TEST() [12/24]

TEST ( ARingZZpFFPACK ,
arithmetic66000007  )

Definition at line 235 of file ARingZZpTest.cpp.

236{
237 M2::ARingZZpFFPACK R(66000007);
238
240
241 testCoercions(R);
243 testAdd(R, ntrials);
248 testPower(R, ntrials);
250}
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().