FflasFfpack
test-quasisep.C File Reference
#include "fflas-ffpack/fflas-ffpack-config.h"
#include <givaro/modular-balanced.h>
#include <iostream>
#include <iomanip>
#include "fflas-ffpack/fflas/fflas.h"
#include "fflas-ffpack/ffpack/ffpack.h"
#include "fflas-ffpack/utils/test-utils.h"
#include "fflas-ffpack/utils/args-parser.h"
#include <random>

Functions

template<class Field , FFLAS_DIAG diag, class RandIter >
bool test_BruhatGenerator (const Field &F, size_t n, size_t r, size_t t, typename Field::ConstElement_ptr A, size_t lda, typename Field::Element_ptr TS, size_t l, RandIter &G)
 
template<class Field , FFLAS_DIAG diag, class RandIter >
bool launch_test (const Field &F, size_t n, size_t r, size_t t, size_t l, RandIter &G)
 
template<class Field , class RandGen >
bool testLTQSRPM (const Field &F, size_t n, size_t r, size_t t, RandGen &G)
 
template<class Field >
bool run_with_field (Givaro::Integer q, uint64_t b, size_t n, size_t r, size_t t, size_t l, size_t iters, uint64_t seed)
 
int main (int argc, char **argv)
 

Function Documentation

◆ test_BruhatGenerator()

template<class Field , FFLAS_DIAG diag, class RandIter >
bool test_BruhatGenerator ( const Field & F,
size_t n,
size_t r,
size_t t,
typename Field::ConstElement_ptr A,
size_t lda,
typename Field::Element_ptr TS,
size_t l,
RandIter & G )

◆ launch_test()

template<class Field , FFLAS_DIAG diag, class RandIter >
bool launch_test ( const Field & F,
size_t n,
size_t r,
size_t t,
size_t l,
RandIter & G )

◆ testLTQSRPM()

template<class Field , class RandGen >
bool testLTQSRPM ( const Field & F,
size_t n,
size_t r,
size_t t,
RandGen & G )

◆ run_with_field()

template<class Field >
bool run_with_field ( Givaro::Integer q,
uint64_t b,
size_t n,
size_t r,
size_t t,
size_t l,
size_t iters,
uint64_t seed )

◆ main()

int main ( int argc,
char ** argv )