|
FflasFfpack
|
#include "fflas-ffpack/fflas-ffpack-config.h"#include <iostream>#include <fstream>#include <givaro/modular.h>#include <givaro/modular-balanced.h>#include "fflas-ffpack/utils/timer.h"#include "fflas-ffpack/fflas/fflas.h"Macros | |
| #define | DOUBLE_TO_FLOAT_CROSSOVER 0 |
| #define | FLTTYPE Givaro::Modular<double> |
| #define | MFLOPS (2.0*iter/chrono.realtime()*(double)n/100.0*(double)n/100.0*(double)n/100.0) |
| #define | GFLOPS (2.0*iter/chrono.realtime()*(double)n/1000.0*(double)n/1000.0*(double)n/1000.0) |
Typedefs | |
| typedef Givaro::Timer | TTimer |
Functions | |
| template<class Field > | |
| bool | balanced (const Field &) |
| template<class T > | |
| bool | balanced (const Givaro::ModularBalanced< T > &) |
| int | main () |
| #define DOUBLE_TO_FLOAT_CROSSOVER 0 |
| #define FLTTYPE Givaro::Modular<double> |
| #define MFLOPS (2.0*iter/chrono.realtime()*(double)n/100.0*(double)n/100.0*(double)n/100.0) |
| #define GFLOPS (2.0*iter/chrono.realtime()*(double)n/1000.0*(double)n/1000.0*(double)n/1000.0) |
| typedef Givaro::Timer TTimer |
| bool balanced | ( | const Field & | ) |
| bool balanced | ( | const Givaro::ModularBalanced< T > & | ) |
| int main | ( | void | ) |
1.8.13