FflasFfpack
Macros | Functions
test-ftrssyr2k.C File Reference
#include "fflas-ffpack/utils/fflas_io.h"
#include "fflas-ffpack/fflas-ffpack-config.h"
#include <givaro/modular-integer.h>
#include <iomanip>
#include <iostream>
#include "fflas-ffpack/utils/timer.h"
#include "fflas-ffpack/ffpack/ffpack.h"
#include "fflas-ffpack/utils/args-parser.h"
#include "fflas-ffpack/utils/test-utils.h"
#include <givaro/modular.h>
#include <givaro/modular-balanced.h>
#include <random>

Macros

#define ENABLE_ALL_CHECKINGS   1
 

Functions

template<typename Field , class RandIter >
bool check_ftrssyr2k (const Field &F, size_t n, FFLAS::FFLAS_UPLO uplo, FFLAS::FFLAS_DIAG diagA, 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)
 

Macro Definition Documentation

◆ ENABLE_ALL_CHECKINGS

#define ENABLE_ALL_CHECKINGS   1

Function Documentation

◆ check_ftrssyr2k()

bool check_ftrssyr2k ( const Field F,
size_t  n,
FFLAS::FFLAS_UPLO  uplo,
FFLAS::FFLAS_DIAG  diagA,
RandIter &  Rand 
)

◆ run_with_field()

bool run_with_field ( Givaro::Integer  q,
size_t  b,
size_t  n,
size_t  iters,
uint64_t  seed 
)

◆ main()

int main ( int  argc,
char **  argv 
)