示例#1
0
TEST(ARingZZpFFPACK, arithmetic3)
{
  M2::ARingZZpFFPACK R(3);
  testFiniteField(R, ntrials);

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