NO DOC.
#include <iostream>
#include <givaro/givpower.h>
#include <givaro/modular.h>
#include <givaro/gfq.h>
int main(
int argc,
char ** argv) {
{
long l = 29;
std::cerr << "Within ";
std::cerr << " : " << std::flush;
Z13.
write( std::cout, a) <<
" ^ " << l <<
" = " << std::flush;
Z13.
write( std::cerr, c) << std::endl;
}
{
int Mod = 13; int exponent = 1;
long l = 29;
GF13.
write( std::cerr <<
"Within " ) <<
" : " << std::flush;
std::cout, a) << " ^ " << l << " = ", c) << std::endl;
}
return 0;
}
class GFqDom
Definition gfq.h:44
Rep Element
Definition gfq.h:81
Rep & init(Rep &r) const
Definition gfq.h:204
UTT Residu_t
Definition gfq.h:93
std::ostream & write(std::ostream &s) const
Definition gfq.inl:606
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
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