| KASKADE 7 development version
    | 
Exponential function of the form a*exp(b*x) More...
#include <elementary_functions.hh>
Exponential function of the form a*exp(b*x)
Definition at line 170 of file elementary_functions.hh.
| Public Member Functions | |
| Exp (double a_=1.0) | |
| Constructor.  More... | |
| double | d0 (double x) const | 
| Function value.  More... | |
| double | d1 (double x) const | 
| First derivative.  More... | |
| double | d2 (double x) const | 
| Second derivative.  More... | |
| double | d3 (double x) const | 
| Third derivative.  More... | |
| void | setA (double a_) | 
| Set a.  More... | |
| 
 | inlineexplicit | 
Constructor.
| a_ | scaling factor | 
| b_ | scaling factor for x | 
Definition at line 178 of file elementary_functions.hh.
| 
 | inline | 
Function value.
| x | evaluation point | 
Definition at line 184 of file elementary_functions.hh.
| 
 | inline | 
First derivative.
| x | evaluation point | 
Definition at line 193 of file elementary_functions.hh.
| 
 | inline | 
Second derivative.
| x | evaluation point | 
Definition at line 202 of file elementary_functions.hh.
| 
 | inline | 
Third derivative.
| x | evaluation point | 
Definition at line 211 of file elementary_functions.hh.
| 
 | inline | 
Set a.
Definition at line 217 of file elementary_functions.hh.