|
MADNESS 0.10.1
|

Files | |
| file | cloud.h |
Declares the Cloud class for storing data and transfering them between worlds. | |
| file | dependency_interface.h |
Defines DependencyInterface and CallbackInterface. | |
| file | future.cc |
Implementations for Future and related functions. | |
| file | uniqueid.h |
| file | world.cc |
Implementation of the World class and associated functions. | |
| file | world.h |
Declares the World class for the parallel runtime environment. | |
| file | worldinit.h |
| Declares the functions that initialize the parallel runtime. | |
| file | worldptr.h |
The madness::detail::WorldPtr class for global pointers. | |
Namespaces | |
| namespace | madness |
| Namespace for all elements and tools of MADNESS. | |
Classes | |
| class | madness::uniqueidT |
| Class for unique global IDs. More... | |
Functions | |
| hashT | madness::hash_value (const uniqueidT &id) |
Hash a uniqueidT. | |
| bool | madness::operator!= (const uniqueidT &a, const uniqueidT &b) |
| Inequality comparison operator. | |
| bool | madness::operator< (const uniqueidT &a, const uniqueidT &b) |
| Ordering operator. | |
| bool | madness::operator== (const uniqueidT &a, const uniqueidT &b) |
| Equality comparison operator. | |
| [in] | id | The uniqueidT. |
References madness::detail::combine_hash(), madness::hash_value(), and madness::nonlinear_vector_solver().
|
inline |