|
Jpp
18.6.0-rc.1
the software that should make you happy
|
Square root of function. More...
#include <JMathlib.hh>
Public Member Functions | |
| JSqrt () | |
| Default constructor. More... | |
| JSqrt (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 JSqrt & | getGradient (const double x) const |
| Get gradient. More... | |
| double | operator() (const Args &...args) const |
| Function value. More... | |
Square root of function.
Definition at line 2055 of file JMathlib.hh.
|
inline |
|
inline |
|
inline |
Function value.
| x | abscissa value |
Definition at line 2086 of file JMathlib.hh.
|
inline |
Derivative value.
| x | abscissa value |
Definition at line 2100 of file JMathlib.hh.
|
inline |
Get gradient.
| x | abscissa value |
Definition at line 2115 of file JMathlib.hh.
|
inlineinherited |
Function value.
| args | abscissa value(s) |
Definition at line 362 of file JMathlib.hh.
1.8.5