#include <iostream>
#include <givaro/givpoly1.h>
#include <givaro/givfractiondomain.h>
#include <givaro/givzpz64std.h>
Defines |
#define | TEST_EQ(F, a, b) |
Functions |
template<class PDomain > |
int | TestRR (PDomain &PolDom, GivRandom &generator, const Degree d) |
int | main (int argc, char **argv) |
Define Documentation
#define TEST_EQ |
( |
|
F, |
|
|
|
a, |
|
|
|
b |
|
) |
| |
Value:if (!F.areEqual((a),(b))) {\
F.write( F.write(std::cout,a) << "!=",b) << " failed (at line " << __LINE__ << ')' << std::endl; \
return(-1); \
}
Function Documentation
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |