Skylark (Sketching Library)
0.1
|
#include <cstdlib>
#include <cassert>
#include <iostream>
#include <utility>
#include <algorithm>
#include <ext/hash_map>
#include <ext/hash_set>
Go to the source code of this file.
Classes | |
struct | std::equal_to< const char * > |
struct | std::equal_to< std::pair< T1, T2 > > |
Namespaces | |
namespace | std |
Variables | |
int | int_params [NUM_INT_PARAMETERS] |
char * | chr_params [NUM_CHR_PARAMETERS] |
char* chr_params[NUM_CHR_PARAMETERS] |
Definition at line 23 of file elemental.cpp.
Referenced by main().
int int_params[NUM_INT_PARAMETERS] |
This file cannot be built without CombBLAS and Elemental both being present. The accompanying CMakeLists.txt checks for both libraries to be available.
Definition at line 22 of file elemental.cpp.
Referenced by main().