#include <map>
#include <ext/hash_map>
#include <google/dense_hash_map>
#include <google/sparse_hash_map>
#include "BenchSparseUtil.h"
Go to the source code of this file.
Macros | |
#define | BENCH(X) |
#define | DENSITY 0.01 |
#define | EIGEN_GOOGLEHASH_SUPPORT 1 |
#define | MINDENSITY 0.0004 |
#define | NBTRIES 10 |
#define | NOGMM |
#define | NOMTL |
#define | REPEAT 1 |
#define | SIZE 10000 |
Functions | |
template<typename SetterType > | |
void | dostuff (const char *name, EigenSparseMatrix &sm1) |
int | main (int argc, char *argv[]) |
Variables | |
static double | nentries |
static double | rtime |
#define BENCH | ( | X | ) |
#define DENSITY 0.01 |
Definition at line 16 of file sparse_randomsetter.cpp.
#define EIGEN_GOOGLEHASH_SUPPORT 1 |
Definition at line 4 of file sparse_randomsetter.cpp.
#define MINDENSITY 0.0004 |
Definition at line 26 of file sparse_randomsetter.cpp.
#define NBTRIES 10 |
Definition at line 30 of file sparse_randomsetter.cpp.
#define NOGMM |
Definition at line 2 of file sparse_randomsetter.cpp.
#define NOMTL |
Definition at line 3 of file sparse_randomsetter.cpp.
#define REPEAT 1 |
Definition at line 20 of file sparse_randomsetter.cpp.
#define SIZE 10000 |
Definition at line 12 of file sparse_randomsetter.cpp.
void dostuff | ( | const char * | name, |
EigenSparseMatrix & | sm1 | ||
) |
Definition at line 46 of file sparse_randomsetter.cpp.
Definition at line 66 of file sparse_randomsetter.cpp.
|
static |
Definition at line 43 of file sparse_randomsetter.cpp.
|
static |
Definition at line 42 of file sparse_randomsetter.cpp.