OPAL (Object Oriented Parallel Accelerator Library)
2021.1.99
OPAL
|
#include <iostream>
#include <vector>
Go to the source code of this file.
Classes | |
class | endfieldmodel::EndFieldModel |
Namespaces | |
endfieldmodel | |
Functions | |
std::vector< std::vector< int > > | endfieldmodel::CompactVector (std::vector< std::vector< int > > vec) |
bool | endfieldmodel::GreaterThan (std::vector< int > v1, std::vector< int > v2) |
CompactVector helper function, used for sorting. More... | |
template<class TEMP_ITER > | |
bool | endfieldmodel::IterableEquality (TEMP_ITER a_begin, TEMP_ITER a_end, TEMP_ITER b_begin, TEMP_ITER b_end) |
template<class TEMP_CLASS > | |
bool | endfieldmodel::IterableEquality (const TEMP_CLASS &a, const TEMP_CLASS &b) |