MADNESS
0.10.1
|
Implements WorldContainer. More...
#include <functional>
#include <set>
#include <madness/world/parallel_archive.h>
#include <madness/world/worldhashmap.h>
#include <madness/world/mpi_archive.h>
#include <madness/world/world_object.h>
Go to the source code of this file.
Namespaces | |
madness | |
File holds all helper structures necessary for the CC_Operator and CC2 class. | |
madness::archive | |
Namespace for I/O tools. | |
Functions | |
template<typename keyT , typename valueT , typename hashfunT > | |
void | madness::swap (WorldContainer< keyT, valueT, hashfunT > &dc0, WorldContainer< keyT, valueT, hashfunT > &dc1) |
Swaps the content of two WorldContainer objects. It should be called on all nodes. More... | |
Implements WorldContainer.