Grid 0.7.0
RationalActionParams Struct Reference

#include <ActionParams.h>

Inheritance diagram for RationalActionParams:

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)

Detailed Description

Definition at line 119 of file ActionParams.h.

Constructor & Destructor Documentation

◆ RationalActionParams()

RationalActionParams::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 )
inline

Definition at line 132 of file ActionParams.h.

Referenced by GRID_SERIALIZABLE_CLASS_MEMBERS().

Member Function Documentation

◆ 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  )

The documentation for this struct was generated from the following file: