FflasFfpack
|
#include "fflas-ffpack/fflas-ffpack-config.h"
#include <iostream>
#include <stdlib.h>
#include <time.h>
#include "fflas-ffpack/fflas-ffpack.h"
#include "fflas-ffpack/utils/args-parser.h"
#include "fflas-ffpack/utils/fflas_randommatrix.h"
#include "fflas-ffpack/utils/timer.h"
#include "fflas-ffpack/fflas/fflas.h"
#include "fflas-ffpack/checkers/checkers_fflas.h"
#include "fflas-ffpack/checkers/checkers_ffpack.h"
#include <fstream>
Macros | |
#define | ENABLE_ALL_CHECKINGS 1 |
#define | _NR_TESTS 5 |
#define | _MAX_SIZE_MATRICES 1000 |
#define | CUBE(x) ((x)*(x)*(x)) |
Functions | |
int | main (int argc, char **argv) |
#define ENABLE_ALL_CHECKINGS 1 |
#define _NR_TESTS 5 |
#define _MAX_SIZE_MATRICES 1000 |
#define CUBE | ( | x | ) | ((x)*(x)*(x)) |
int main | ( | int | argc, |
char ** | argv | ||
) |