Jpp
19.0.0
the software that should make you happy
|
Negate of function. More...
#include <JMathlib.hh>
Public Member Functions | |
JNegate () | |
Default constructor. More... | |
JNegate (const JF1_t &f1) | |
Constructor. More... | |
template<class... Args> | |
double | getValue (const Args &...args) const |
Function value. More... | |
double | getDerivative (const double x) const |
Derivative value. More... | |
template<class... Args> | |
const JNegate & | getGradient (const Args &...args) const |
Get gradient. More... | |
double | operator() (const Args &...args) const |
Function value. More... | |
Negate of function.
Definition at line 331 of file JMathlib.hh.
|
inline |
|
inline |
|
inline |
Function value.
args | abscissa value(s) |
Definition at line 588 of file JMathlib.hh.
|
inline |
Derivative value.
x | abscissa value |
Definition at line 600 of file JMathlib.hh.
|
inline |
Get gradient.
args | abscissa value(s) |
Definition at line 613 of file JMathlib.hh.
|
inlineinherited |
Function value.
args | abscissa value(s) |
Definition at line 362 of file JMathlib.hh.