Esempio n. 1
0
TEST(ARingZZpFFPACK, arithmetic3)
{
  M2::ARingZZpFFPACK R(3);
  testFiniteField(R, ntrials);

  testCoerceToLongInteger(R);
}
Esempio n. 2
0
TEST(ARingZZpFlint, arithmetic2)
{
  M2::ARingZZpFlint R(2);
  testFiniteField(R, ntrials);
  testCoerceToLongInteger(R);
}
Esempio n. 3
0
TEST(ARingZZp, arithmetic32749)
{
  M2::ARingZZp R(32749);
  testFiniteField(R, ntrials);
  testCoerceToLongInteger(R);
}
Esempio n. 4
0
TEST(ARingZZpFFPACK, arithmetic101)
{
  M2::ARingZZpFFPACK R(101);
  testFiniteField(R, ntrials);
}
Esempio n. 5
0
 TEST(ARingGFGivaroGivaro, arithmetic) {
   M2::ARingGFGivaro R(5,3);
   testFiniteField(R, ntrials);
 }