|
Grid 0.7.0
|
#include <ActionParams.h>
Public Member Functions | |
| GRID_SERIALIZABLE_CLASS_MEMBERS (RationalActionParams, int, inv_pow, RealD, lo, RealD, hi, int, MaxIter, RealD, action_tolerance, int, action_degree, RealD, md_tolerance, int, md_degree, int, precision, int, BoundsCheckFreq) | |
| RationalActionParams (int _inv_pow=2, RealD _lo=0.0, RealD _hi=1.0, int _maxit=1000, RealD _action_tolerance=1.0e-8, int _action_degree=10, RealD _md_tolerance=1.0e-8, int _md_degree=10, int _precision=64, int _BoundsCheckFreq=20) | |
Definition at line 119 of file ActionParams.h.
|
inline |
Definition at line 132 of file ActionParams.h.
Referenced by GRID_SERIALIZABLE_CLASS_MEMBERS().
| RationalActionParams::GRID_SERIALIZABLE_CLASS_MEMBERS | ( | RationalActionParams | , |
| int | , | ||
| inv_pow | , | ||
| RealD | , | ||
| lo | , | ||
| RealD | , | ||
| hi | , | ||
| int | , | ||
| MaxIter | , | ||
| RealD | , | ||
| action_tolerance | , | ||
| int | , | ||
| action_degree | , | ||
| RealD | , | ||
| md_tolerance | , | ||
| int | , | ||
| md_degree | , | ||
| int | , | ||
| precision | , | ||
| int | , | ||
| BoundsCheckFreq | ) |
References RationalActionParams().