FflasFfpack
|
#include <iostream>
#include <iomanip>
#include "givaro/modular.h"
#include "fflas-ffpack/utils/fflas_io.h"
#include "fflas-ffpack/utils/fflas_randommatrix.h"
#include "fflas-ffpack/ffpack/ffpack.h"
#include "fflas-ffpack/utils/args-parser.h"
#include "fflas-ffpack/utils/test-utils.h"
#include <random>
#include <chrono>
Functions | |
template<class Field , class RandIter > | |
bool | launch_test (const Field &F, size_t n, typename Field::Element *A, size_t lda, size_t nbit, RandIter &G, FFPACK::FFPACK_CHARPOLY_TAG CT) |
template<class Field > | |
bool | run_with_field (const Givaro::Integer p, uint64_t bits, size_t n, std::string file, int variant, size_t iter, uint64_t seed) |
int | main (int argc, char **argv) |
bool launch_test | ( | const Field & | F, |
size_t | n, | ||
typename Field::Element * | A, | ||
size_t | lda, | ||
size_t | nbit, | ||
RandIter & | G, | ||
FFPACK::FFPACK_CHARPOLY_TAG | CT | ||
) |
bool run_with_field | ( | const Givaro::Integer | p, |
uint64_t | bits, | ||
size_t | n, | ||
std::string | file, | ||
int | variant, | ||
size_t | iter, | ||
uint64_t | seed | ||
) |
int main | ( | int | argc, |
char ** | argv | ||
) |