FflasFfpack
|
#include "fflas-ffpack/fflas-ffpack-config.h"
#include <iomanip>
#include <iostream>
#include <chrono>
#include <random>
#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>
Macros | |
#define | __FFLASFFPACK_SEQUENTIAL |
#define | ENABLE_ALL_CHECKINGS 1 |
Functions | |
template<typename Field , class RandIter > | |
bool | check_ftrmv (const Field &F, size_t n, FFLAS_UPLO uplo, FFLAS_TRANSPOSE trans, FFLAS_DIAG diag, RandIter &Rand) |
template<class Field > | |
bool | run_with_field (Givaro::Integer q, size_t b, size_t n, size_t iters, uint64_t seed) |
int | main (int argc, char **argv) |
#define __FFLASFFPACK_SEQUENTIAL |
#define ENABLE_ALL_CHECKINGS 1 |
bool check_ftrmv | ( | const Field & | F, |
size_t | n, | ||
FFLAS_UPLO | uplo, | ||
FFLAS_TRANSPOSE | trans, | ||
FFLAS_DIAG | diag, | ||
RandIter & | Rand | ||
) |
bool run_with_field | ( | Givaro::Integer | q, |
size_t | b, | ||
size_t | n, | ||
size_t | iters, | ||
uint64_t | seed | ||
) |
int main | ( | int | argc, |
char ** | argv | ||
) |