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 "Matio.h"
#include "test-utils.h"
#include "assert.h"

Functions

template<class Field >
bool test_fscal (const Field &F, const typename Field::Element &alpha, size_t m, size_t k, size_t n, bool timing)
 
template<class Field >
bool test_fscal (const Field &F, size_t m, size_t k, size_t n, bool timing)
 
template<class Field >
bool test_fscalin (const Field &F, const typename Field::Element &alpha, size_t m, size_t k, size_t n, bool timing)
 
template<class Field >
bool test_fscalin (const Field &F, size_t m, size_t k, size_t n, bool timing)
 
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 
)

§ test_fscal() [2/2]

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

§ 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 
)

§ test_fscalin() [2/2]

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

§ main()

int main ( int  ac,
char **  av 
)