|
FflasFfpack
|
#include <iostream>#include <fstream>#include "fflas-ffpack/fflas-ffpack-configuration.h"#include "fflas-ffpack/field/modular-positive.h"#include "fflas-ffpack/fflas/fflas.h"#include "fflas-ffpack/utils/timer.h"Macros | |
| #define | CUBE(x) ((x)*(x)*(x)) |
Functions | |
| template<class Field > | |
| void | launch_wino (const Field &F, const size_t &n, const size_t &NB, const size_t &winomax, const size_t &seed) |
| int | main (int argc, char **argv) |
| #define CUBE | ( | x | ) | ((x)*(x)*(x)) |
| void launch_wino | ( | const Field & | F, |
| const size_t & | n, | ||
| const size_t & | NB, | ||
| const size_t & | winomax, | ||
| const size_t & | seed | ||
| ) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
1.8.1.1