![]() |
|
#include <map>
#include <ext/hash_map>
#include <google/dense_hash_map>
#include <google/sparse_hash_map>
#include "BenchSparseUtil.h"
Macros | |
#define | NOGMM |
#define | NOMTL |
#define | EIGEN_GOOGLEHASH_SUPPORT 1 |
#define | SIZE 10000 |
#define | DENSITY 0.01 |
#define | REPEAT 1 |
#define | MINDENSITY 0.0004 |
#define | NBTRIES 10 |
#define | BENCH(X) |
Functions | |
template<typename SetterType > | |
void | dostuff (const char *name, EigenSparseMatrix &sm1) |
int | main (int argc, char *argv[]) |
Variables | |
static double | rtime |
static double | nentries |
#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 |
void dostuff | ( | const char * | name, |
EigenSparseMatrix & | sm1 | ||
) |
References cols, Eigen::SparseMatrix< Scalar_, Options_, StorageIndex_ >::cols(), k, nentries, rows, Eigen::SparseMatrix< Scalar_, Options_, StorageIndex_ >::rows(), rtime, Eigen::SparseMatrix< Scalar_, Options_, StorageIndex_ >::setZero(), and plotPSD::t.
References cols, UniformPSDSelfTest::density, DENSITY, k, nentries, rows, rtime, SIZE, and plotPSD::t.