Skylark (Sketching Library)  0.1
Classes | Namespaces | Variables
/var/lib/jenkins/jobs/Skylark/workspace/examples/utilities.hpp File Reference
#include <cstdlib>
#include <cassert>
#include <iostream>
#include <utility>
#include <algorithm>
#include <ext/hash_map>
#include <ext/hash_set>
Include dependency graph for utilities.hpp:
This graph shows which files directly or indirectly include this file:

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]

Variable Documentation

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().