|
Jpp 21.0.0-rc.1
the software that should make you happy
|
forward declaration for division of fuction. More...
#include <JMathlib.hh>
Public Member Functions | |
| JFn () | |
| Default constructor. | |
| JFn (const JF1_t &f1, const int N) | |
| Constructor. | |
| template<class ... Args> | |
| double | getValue (const Args &...args) const |
| Function value. | |
| double | getDerivative (const double x) const |
| Derivative value. | |
| template<class ... Args> | |
| JFn | getGradient (const Args &...args) const |
| Get gradient. | |
| double | operator() (const Args &...args) const |
| Function value. | |
| double | operator[] (const size_t i) const |
| Get value of parameter at given index. | |
| double & | operator[] (const size_t i) |
| Get value of parameter at given index. | |
Private Attributes | |
| int | N |
forward declaration for division of fuction.
Fixed power of function.
Definition at line 1412 of file JMathlib.hh.
|
inline |
Default constructor.
Definition at line 1423 of file JMathlib.hh.
|
inline |
|
inline |
Function value.
| args | abscissa value(s) |
Definition at line 1448 of file JMathlib.hh.
|
inline |
Derivative value.
| x | abscissa value |
Definition at line 1462 of file JMathlib.hh.
|
inline |
Get gradient.
| args | abscissa value(s) |
Definition at line 1478 of file JMathlib.hh.
|
inlineinherited |
Function value.
| args | abscissa value(s) |
Definition at line 331 of file JMathlib.hh.
|
inlineinherited |
Get value of parameter at given index.
| i | index |
Definition at line 539 of file JMathlib.hh.
|
inlineinherited |
Get value of parameter at given index.
| i | index |
Definition at line 551 of file JMathlib.hh.
|
private |
Definition at line 1492 of file JMathlib.hh.