NO DOC
#include <iostream>
#include <stdlib.h>
#include <givaro/gfq.h>
#include <givaro/givpoly1factor.h>
#include <givaro/givtimer.h>
using namespace std;
int main(
int argc,
char** argv)
{
if (argc > 1)
else
std::cin >> MOD;
uint64_t expo = 1;
if (argc > 2) expo = (uint64_t)atoi(argv[2]);
std::cerr<<
"init field -> "<<tim2.
usertime()<<std::endl;
Polys P;
std::vector<Polys> Lf;
std::vector<uint64_t> Le;
FD.
write( cout, P ) <<
" is 1";
std::vector<uint64_t>::const_iterator e = Le.begin();
for(std::vector<Polys>::const_iterator i = Lf.begin(); i != Lf.end(); ++i, ++e) {
FD.write(cout << " * (", *i) << ")";
if (*e > 1) cout << "^" << *e;
}
std::cout << std::endl;
std::cerr << tim << std::endl;
return 0;
}