Jpp
master_rocky-40-g5f0272dcd
the software that should make you happy
|
Power of function. More...
#include <JMathlib.hh>
Public Member Functions | |
JPow () | |
Default constructor. More... | |
JPow (const JF1_t &f1, const double alpha) | |
Constructor. More... | |
double | getValue (const double x) const |
Function value. More... | |
double | getDerivative (const double x) const |
Derivative value. More... | |
const JPow & | getGradient (const double x) const |
Get gradient. More... | |
double | operator() (const Args &...args) const |
Function value. More... | |
Public Attributes | |
double | alpha |
f(x)^alpha More... | |
Static Public Attributes | |
static const int | ID = ID_t |
static const parameter_list< JPow > | parameters |
parameters More... | |
Power of function.
Definition at line 1798 of file JMathlib.hh.
|
inline |
|
inline |
|
inline |
Function value.
x | abscissa value |
Definition at line 1834 of file JMathlib.hh.
|
inline |
Derivative value.
x | abscissa value |
Definition at line 1848 of file JMathlib.hh.
|
inline |
Get gradient.
x | abscissa value |
Definition at line 1863 of file JMathlib.hh.
|
inlineinherited |
Function value.
args | abscissa value(s) |
Definition at line 362 of file JMathlib.hh.
|
static |
Definition at line 1802 of file JMathlib.hh.
double JMATH::JPow< ID_t, JF1_t >::alpha |
f(x)^alpha
Definition at line 1878 of file JMathlib.hh.
|
static |