28 #ifndef ENDFIELDMODEL_TANH_H_
29 #define ENDFIELDMODEL_TANH_H_
56 Tanh(
double x0,
double lambda,
int max_index);
73 double function(
double x,
int n)
const;
76 double getTanh(
double x,
int n)
const;
104 std::ostream&
print(std::ostream& out)
const;
112 static std::vector< std::vector< std::vector<int> > >
_tdi;
static void setTanhDiffIndices(size_t n)
double getNegTanh(double x, int n) const
void setLambda(double lambda)
std::ostream & print(std::ostream &out) const
static std::vector< std::vector< int > > getTanhDiffIndices(size_t n)
EndFieldModel * clone() const
static std::vector< std::vector< std::vector< int > > > _tdi
double getTanh(double x, int n) const