|
Jpp
19.0.0
the software that should make you happy
|
Exponent of function. More...
#include <JMathlib.hh>
Public Member Functions | |
| JExp () | |
| Default constructor. More... | |
| JExp (const JF1_t &f1) | |
| Constructor. More... | |
| double | getValue (const double x) const |
| Function value. More... | |
| double | getDerivative (const double x) const |
| Derivative value. More... | |
| const JExp & | getGradient (const double x) const |
| Get gradient. More... | |
| double | operator() (const Args &...args) const |
| Function value. More... | |
Exponent of function.
Definition at line 2403 of file JMathlib.hh.
|
inline |
|
inline |
|
inline |
Function value.
| x | abscissa value |
Definition at line 2434 of file JMathlib.hh.
|
inline |
Derivative value.
| x | abscissa value |
Definition at line 2446 of file JMathlib.hh.
|
inline |
Get gradient.
| x | abscissa value |
Definition at line 2458 of file JMathlib.hh.
|
inlineinherited |
Function value.
| args | abscissa value(s) |
Definition at line 362 of file JMathlib.hh.
1.8.5