FflasFfpack
|
#include <iomanip>
#include <iostream>
#include "fflas-ffpack/field/modular-balanced.h"
#include "fflas-ffpack/field/modular-positive.h"
#include "fflas-ffpack/utils/timer.h"
#include "fflas-ffpack/utils/Matio.h"
#include "fflas-ffpack/ffpack/ffpack.h"
#include "fflas-ffpack/utils/args-parser.h"
Macros | |
#define | ENABLE_ALL_CHECKINGS 1 |
Typedefs | |
typedef Givaro::ModularBalanced < double > | Field |
typedef vector< Field::Element > | Polynomial |
Functions | |
template<class Field , class Polynomial > | |
void | printPolynomial (const Field &F, const Polynomial &v) |
template<class Field > | |
bool | launch_test (const Field &F, typename Field::Element *A, int n, size_t p, size_t nbit, FFPACK::FFPACK_CHARPOLY_TAG CT) |
int | main (int argc, char **argv) |
#define ENABLE_ALL_CHECKINGS 1 |
typedef Givaro::ModularBalanced<double> Field |
typedef vector<Field::Element> Polynomial |
void printPolynomial | ( | const Field & | F, |
const Polynomial & | v | ||
) |
bool launch_test | ( | const Field & | F, |
typename Field::Element * | A, | ||
int | n, | ||
size_t | p, | ||
size_t | nbit, | ||
FFPACK::FFPACK_CHARPOLY_TAG | CT | ||
) |
int main | ( | int | argc, |
char ** | argv | ||
) |