|
MADNESS 0.10.1
|
this class stores different member variables in different records of the cloud More...
Public Member Functions | |
| custom_serialize_tester () | |
| void | cloud_load (World &world, const Cloud &cloud, Recordlist< Cloud::keyT > &recordlist) |
| Recordlist< Cloud::keyT > | cloud_store (World &world, Cloud &cloud) const |
| customized function to store this to the cloud | |
| bool | operator== (const custom_serialize_tester &other) const |
Public Attributes | |
| double | d |
| int | i |
this class stores different member variables in different records of the cloud
|
inline |
|
inline |
References d, madness::Cloud::forward_load(), i, madness::nonlinear_vector_solver(), and v.
|
inline |
customized function to store this to the cloud
functions and constant_part can be very large and we want to split them and store them in differenc records
References d, i, madness::nonlinear_vector_solver(), madness::Cloud::store(), and v.
|
inline |
| double custom_serialize_tester::d |
Referenced by cloud_load(), cloud_store(), and operator==().
| int custom_serialize_tester::i |
Referenced by cloud_load(), cloud_store(), operator==(), and test_custom_serialization().