|
Jpp 21.0.0-rc.1-88-g0130508c4
the software that should make you happy
|
Division of constant value. More...
#include <JMathlib.hh>
Public Member Functions | |
| JDiv () | |
| Default constructor. | |
| JDiv (const JF1_t &f1, const double value) | |
| Constructor. | |
| template<class ... Args> | |
| double | getValue (const Args &...args) const |
| Function value. | |
| double | getDerivative (const double x) const |
| Derivative value. | |
| template<class ... Args> | |
| JDiv | 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 | |
| double | value |
Division of constant value.
Definition at line 866 of file JMathlib.hh.
|
inline |
|
inline |
Constructor.
| f1 | function |
| value | value |
Definition at line 887 of file JMathlib.hh.
|
inline |
Function value.
| args | abscissa value(s) |
Definition at line 900 of file JMathlib.hh.
|
inline |
Derivative value.
| x | abscissa value |
Definition at line 912 of file JMathlib.hh.
|
inline |
Get gradient.
| args | abscissa value(s) |
Definition at line 925 of file JMathlib.hh.
|
inlineinherited |
Function value.
| args | abscissa value(s) |
Definition at line 330 of file JMathlib.hh.
|
inlineinherited |
Get value of parameter at given index.
| i | index |
Definition at line 538 of file JMathlib.hh.
|
inlineinherited |
Get value of parameter at given index.
| i | index |
Definition at line 550 of file JMathlib.hh.
|
private |
Definition at line 936 of file JMathlib.hh.