NO DOC.
#include <iostream>
#include <givaro/modular-integer.h>
#include <givaro/givpower.h>
#include <givaro/givtimer.h>
int main(
int argc,
char ** argv) {
{
unsigned long e = (unsigned long)atoi(argv[2]) ;
Zp.
write( std::cout <<
'(', a) <<
'^' << e <<
") % " << p <<
'=' << std::flush;
Zp.
write( std::cerr, b) << std::endl;
std::cerr << tim << std::endl;
}
return 0;
}
This is the Integer class.
Definition gmp++_int.h:160
std::ostream & write(std::ostream &s, const Element &a) const
Definition modular-implem.h:272
Forward declaration for Givaro::Modular.
Definition modular-inttype.h:38
Element & init(Element &x) const
Definition modular-inttype.h:61
Storage_t Element
Definition modular-inttype.h:49
Timer.
Definition givtimer.h:129
void start()
Start timer.
Definition givtimer.C:164
void stop()
Stop timer.
Definition givtimer.C:172
void clear()
Clear timer.
Definition givtimer.C:155
int main()
Definition f4n3.cpp:22
Namespace in which the whole Givaro library resides.
Definition all_field.C:23
TT & dom_power(TT &res, const TT &n, uint64_t l, const D &F)
dom_power
Definition givpower.h:76