|
Jpp
18.6.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. More... | |
| JFn (const JF1_t &f1, const int N) | |
| 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 JFn & | getGradient (const Args &...args) const |
| Get gradient. More... | |
| double | operator() (const Args &...args) const |
| Function value. More... | |
Public Attributes | |
| int | N |
forward declaration for division of fuction.
Fixed power of x.
Definition at line 346 of file JMathlib.hh.
|
inline |
Default constructor.
Definition at line 1301 of file JMathlib.hh.
|
inline |
|
inline |
Function value.
| args | abscissa value(s) |
Definition at line 1326 of file JMathlib.hh.
|
inline |
Derivative value.
| x | abscissa value |
Definition at line 1340 of file JMathlib.hh.
|
inline |
Get gradient.
| args | abscissa value(s) |
Definition at line 1356 of file JMathlib.hh.
|
inlineinherited |
Function value.
| args | abscissa value(s) |
Definition at line 362 of file JMathlib.hh.
| int JMATH::JFn< JF1_t >::N |
Definition at line 1369 of file JMathlib.hh.
1.8.5