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

Functions

template<typename T >
std::ostream & operator<< (std::ostream &os, const std::vector< T > &x)
 
template<class Field , class RandIter >
bool test_RPM_fsytrf (Field &F, FFLAS_UPLO uplo, string file, size_t n, size_t r, RandIter &G, size_t threshold)
 
template<class Field , class RandIter >
bool test_generic_fsytrf (Field &F, FFLAS_UPLO uplo, string file, size_t n, RandIter &G, size_t threshold)
 
template<class Field >
bool run_with_field (Givaro::Integer q, uint64_t b, size_t n, size_t r, size_t iters, string file, size_t threshold, uint64_t &seed)
 
int main (int argc, char **argv)
 

Function Documentation

◆ operator<<()

template<typename T >
std::ostream & operator<< ( std::ostream & os,
const std::vector< T > & x )

◆ test_RPM_fsytrf()

template<class Field , class RandIter >
bool test_RPM_fsytrf ( Field & F,
FFLAS_UPLO uplo,
string file,
size_t n,
size_t r,
RandIter & G,
size_t threshold )

◆ test_generic_fsytrf()

template<class Field , class RandIter >
bool test_generic_fsytrf ( Field & F,
FFLAS_UPLO uplo,
string file,
size_t n,
RandIter & G,
size_t threshold )

◆ run_with_field()

template<class Field >
bool run_with_field ( Givaro::Integer q,
uint64_t b,
size_t n,
size_t r,
size_t iters,
string file,
size_t threshold,
uint64_t & seed )

◆ main()

int main ( int argc,
char ** argv )