EpetraExt
Development
|
#include <map>
#include <vector>
#include <cmath>
#include <Teuchos_RCP.hpp>
#include <EpetraExt_Functors.h>
Go to the source code of this file.
Classes | |
class | EpetraExt::Directory< KT, DT, DH, AC, MG > |
Distributed Directory Tool. More... | |
class | EpetraExt::Hash< T > |
class | EpetraExt::Hash< std::string > |
Namespaces | |
EpetraExt | |
EpetraExt::BlockCrsMatrix: A class for constructing a distributed block matrix. | |
Functions | |
template<typename T , typename U > | |
void | EpetraExt::SortContainer2 (T &firstContainer, U &secondContainer) |
Sorts a given container: deal with a problem with some STL impl. More... | |
template<typename T > | |
bool | EpetraExt::IsSorted (T &container) |
Checks if data in a container is sorted. More... | |