|
MADNESS 0.10.1
|
Public Member Functions | |
| A () | |
| A (const A &a) | |
| A (float a=0.0) | |
| A (int val) | |
| ~A () | |
| void | member () |
| A & | operator= (const A &a) |
| template<class Archive > | |
| void | serialize (Archive &ar) |
| void | set (int a) |
Public Attributes | |
| float | a |
Private Attributes | |
| int | val |
|
inline |
|
inline |
|
inline |
References val.
|
inline |
|
inline |
References madness::nonlinear_vector_solver(), PROFILE_MEMBER_FUNC, and sum.
Referenced by b().
|
inline |
References a.
| float A::a |
Referenced by operator=(), serialize(), set(), test_in(), and test_out().
|
private |
Referenced by A(), A(), operator=(), and set().