FflasFfpack
|
#include <givaro/modular-integer.h>
#include <iomanip>
#include <iostream>
#include "fflas-ffpack/utils/timer.h"
#include "fflas-ffpack/fflas/fflas.h"
#include "fflas-ffpack/utils/args-parser.h"
#include "fflas-ffpack/utils/test-utils.h"
#include <givaro/modular.h>
#include <givaro/modular-balanced.h>
Functions | |
template<typename Field , class RandIter > | |
bool | check_solve (const Field &F, size_t m, RandIter &Rand, bool isParallel) |
template<class Field > | |
bool | run_with_field (Givaro::Integer q, size_t b, size_t m, size_t iters, uint64_t seed) |
int | main (int argc, char **argv) |
bool check_solve | ( | const Field & | F, |
size_t | m, | ||
RandIter & | Rand, | ||
bool | isParallel | ||
) |
bool run_with_field | ( | Givaro::Integer | q, |
size_t | b, | ||
size_t | m, | ||
size_t | iters, | ||
uint64_t | seed | ||
) |
int main | ( | int | argc, |
char ** | argv | ||
) |