|
Jpp test-rotations-new
the software that should make you happy
|
Multiplication of constant value. More...
#include <JMathlib.hh>
Public Member Functions | |
| JMul () | |
| Default constructor. | |
| JMul (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> | |
| const JMul & | getGradient (const Args &...args) const |
| Get gradient. | |
| double | operator() (const Args &...args) const |
| Function value. | |
Private Attributes | |
| double | value |
Multiplication of constant value.
Definition at line 781 of file JMathlib.hh.
|
inline |
|
inline |
Constructor.
| f1 | function |
| value | value |
Definition at line 801 of file JMathlib.hh.
|
inline |
Function value.
| args | abscissa value(s) |
Definition at line 814 of file JMathlib.hh.
|
inline |
Derivative value.
| x | abscissa value |
Definition at line 826 of file JMathlib.hh.
|
inline |
Get gradient.
| args | abscissa value(s) |
Definition at line 839 of file JMathlib.hh.
|
inlineinherited |
Function value.
| args | abscissa value(s) |
Definition at line 362 of file JMathlib.hh.
|
private |
Definition at line 850 of file JMathlib.hh.