FflasFfpack
Functions
test-fscal.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 , class RandIter >
bool test_fscal (const Field &F, const typename Field::Element &alpha, size_t m, size_t k, size_t n, bool timing, RandIter &G)
 
template<class Field >
bool test_fscal (const Field &F, size_t m, size_t k, size_t n, bool timing, uint64_t seed)
 
template<class Field , class RandIter >
bool test_fscalin (const Field &F, const typename Field::Element &alpha, size_t m, size_t k, size_t n, bool timing, RandIter &G)
 
template<class Field >
bool test_fscalin (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_fscal() [1/2]

bool test_fscal ( const Field F,
const typename Field::Element &  alpha,
size_t  m,
size_t  k,
size_t  n,
bool  timing,
RandIter &  G 
)

◆ test_fscal() [2/2]

bool test_fscal ( const Field F,
size_t  m,
size_t  k,
size_t  n,
bool  timing,
uint64_t  seed 
)

◆ test_fscalin() [1/2]

bool test_fscalin ( const Field F,
const typename Field::Element &  alpha,
size_t  m,
size_t  k,
size_t  n,
bool  timing,
RandIter &  G 
)

◆ test_fscalin() [2/2]

bool test_fscalin ( const Field F,
size_t  m,
size_t  k,
size_t  n,
bool  timing,
uint64_t  seed 
)

◆ main()

int main ( int  ac,
char **  av 
)