|
FflasFfpack
|
#include <iostream>#include <stdlib.h>#include <time.h>#include "fflas-ffpack/fflas-ffpack.h"#include "fflas-ffpack/utils/args-parser.h"#include "fflas-ffpack/utils/test-utils.h"Macros | |
| #define | ENABLE_ALL_CHECKINGS 1 |
Functions | |
| template<class Field , class RandIter > | |
| bool | launch_MM_dispatch (const Field &F, const int mm, const int nn, const int kk, const typename Field::Element alpha, const typename Field::Element beta, const size_t iters, RandIter &G) |
| template<class Field > | |
| bool | run_with_field (Givaro::Integer q, uint64_t b, int m, int n, int k, size_t iters, uint64_t seed) |
| int | main (int argc, char **argv) |
| #define ENABLE_ALL_CHECKINGS 1 |
| bool launch_MM_dispatch | ( | const Field & | F, |
| const int | mm, | ||
| const int | nn, | ||
| const int | kk, | ||
| const typename Field::Element | alpha, | ||
| const typename Field::Element | beta, | ||
| const size_t | iters, | ||
| RandIter & | G | ||
| ) |
| bool run_with_field | ( | Givaro::Integer | q, |
| uint64_t | b, | ||
| int | m, | ||
| int | n, | ||
| int | k, | ||
| size_t | iters, | ||
| uint64_t | seed | ||
| ) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |