FflasFfpack
test-fadd.C File Reference
#include "fflas-ffpack/fflas-ffpack-config.h"
#include <typeinfo>
#include <givaro/modular-balanced.h>
#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 "assert.h"

Functions

template<class Field >
bool test_fadd (const Field &F, size_t m, size_t k, size_t n, bool timing, uint64_t seed)
 
template<class Field >
bool test_faddin (const Field &F, size_t m, size_t k, size_t n, bool timing, uint64_t seed)
 
template<class Field >
bool test_fsub (const Field &F, size_t m, size_t k, size_t n, bool timing, uint64_t seed)
 
template<class Field >
bool test_fsubin (const Field &F, size_t m, size_t k, size_t n, bool timing, uint64_t seed)
 
int main (int ac, char **av)
 

Function Documentation

◆ test_fadd()

template<class Field >
bool test_fadd ( const Field & F,
size_t m,
size_t k,
size_t n,
bool timing,
uint64_t seed )

◆ test_faddin()

template<class Field >
bool test_faddin ( const Field & F,
size_t m,
size_t k,
size_t n,
bool timing,
uint64_t seed )

◆ test_fsub()

template<class Field >
bool test_fsub ( const Field & F,
size_t m,
size_t k,
size_t n,
bool timing,
uint64_t seed )

◆ test_fsubin()

template<class Field >
bool test_fsubin ( const Field & F,
size_t m,
size_t k,
size_t n,
bool timing,
uint64_t seed )

◆ main()

int main ( int ac,
char ** av )