FflasFfpack
|
#include <givaro/modular.h>
#include <recint/rint.h>
#include "fflas-ffpack/fflas-ffpack.h"
#include <stdlib.h>
#include <stdio.h>
Macros | |
#define | MAX_WITH_SIZE_T(x) ( (static_cast<uint64_t>(std::numeric_limits<size_t>::max()) < x)? std::numeric_limits<size_t>::max() : x ) |
Functions | |
template<class Field > | |
bool | test (Givaro::Integer p, size_t kmax) |
int | main () |
#define MAX_WITH_SIZE_T | ( | x | ) | ( (static_cast<uint64_t>(std::numeric_limits<size_t>::max()) < x)? std::numeric_limits<size_t>::max() : x ) |
bool test | ( | Givaro::Integer | p, |
size_t | kmax | ||
) |
int main | ( | void | ) |