Givaro 4.2.1
f4n3.cpp File Reference
#include <iostream>
#include <givaro/gfq.h>
#include <givaro/givmatrix.h>

Typedefs

typedef Givaro::GFqDom< int64_t > Field
 
typedef Field::Element Element
 
typedef Givaro::VectorDom< Field, Givaro::DenseVDomain
 
typedef VDomain::Element Vector
 
typedef Givaro::MatrixDom< Field, Givaro::DenseMDomain
 
typedef MDomain::Element Matrix
 

Functions

int main ()
 

Typedef Documentation

◆ Field

◆ Element

◆ VDomain

◆ Vector

◆ MDomain

◆ Matrix

Function Documentation

◆ main()

int main ( void )
Examples
examples/FiniteField/GF128.C, examples/FiniteField/GFirreducible.C, examples/FiniteField/Test_Extension.C, examples/FiniteField/all_field.C, examples/FiniteField/domain_to_operatorstyle.C, examples/FiniteField/exponentiation.C, examples/FiniteField/ff_arith.C, examples/FiniteField/gfq_atomic.C, examples/FiniteField/kronecker.C, examples/FiniteField/zpz_atomic.C, examples/Integer/Fibonacci.C, examples/Integer/ModularSquareRoot.C, examples/Integer/ProbLucas.C, examples/Integer/RSA_breaking.C, examples/Integer/RSA_decipher.C, examples/Integer/RSA_encipher.C, examples/Integer/RSA_keys_generator.C, examples/Integer/givaro-ssh-keygen.C, examples/Integer/iexponentiation.C, examples/Integer/ifactor.C, examples/Integer/ifactor_lenstra.C, examples/Integer/igcd.C, examples/Integer/igcdext.C, examples/Integer/ilcm.C, examples/Integer/ispower.C, examples/Integer/isprime.C, examples/Integer/isproot.C, examples/Integer/lambda.C, examples/Integer/lambda_inv.C, examples/Integer/nb_primes.C, examples/Integer/nextprime.C, examples/Integer/order.C, examples/Integer/phi.C, examples/Integer/prevprime.C, examples/Integer/primitiveelement.C, examples/Integer/primitiveroot.C, examples/Integer/probable_primroot.C, examples/Polynomial/PolynomialCRT.C, examples/Polynomial/highorder.C, examples/Polynomial/interpolate.C, examples/Polynomial/isirred.C, examples/Polynomial/isprimitive.C, examples/Polynomial/pol_arith.C, examples/Polynomial/pol_eval.C, examples/Polynomial/pol_factor.C, examples/Polynomial/trunc_arith.C, examples/Rational/iratrecon.C, and examples/Rational/polydouble.C.