|
Jpp test-rotations-old
the software that should make you happy
|
Power of function. More...
#include <JMathlib.hh>
Public Member Functions | |
| JPow () | |
| Default constructor. | |
| JPow (const JF1_t &f1, const double alpha) | |
| Constructor. | |
| double | getValue (const double x) const |
| Function value. | |
| double | getDerivative (const double x) const |
| Derivative value. | |
| const JPow & | getGradient (const double x) const |
| Get gradient. | |
| double | operator() (const Args &...args) const |
| Function value. | |
Public Attributes | |
| double | alpha |
| f(x)^alpha | |
Static Public Attributes | |
| static const int | ID = ID_t |
| static const parameter_list< JPow > | parameters |
| parameters | |
Power of function.
Definition at line 1798 of file JMathlib.hh.
|
inline |
Default constructor.
Definition at line 1810 of file JMathlib.hh.
|
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 |