|
Jpp 21.0.0-rc.1
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 867 of file JMathlib.hh.
|
inline |
|
inline |
Constructor.
| f1 | function |
| value | value |
Definition at line 888 of file JMathlib.hh.
|
inline |
Function value.
| args | abscissa value(s) |
Definition at line 901 of file JMathlib.hh.
|
inline |
Derivative value.
| x | abscissa value |
Definition at line 913 of file JMathlib.hh.
|
inline |
Get gradient.
| args | abscissa value(s) |
Definition at line 926 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 937 of file JMathlib.hh.