|
Jpp 19.3.0-rc.1
the software that should make you happy
|
Make 2D function of x from 1D function. More...
#include <JMathlib2D.hh>
Public Member Functions | |
| JMake2X () | |
| Default constructor. | |
| JMake2X (const JF1_t &f1) | |
| Constructor. | |
| template<class ... Args> | |
| JMake2X (const Args &...args) | |
| Constructor. | |
| double | getValue (const double x, const double y) const |
| Function value. | |
| const JMake2X & | getGradient (const double x, const double y) const |
| Get gradient. | |
| double | operator() (const Args &...args) const |
| Function value. | |
Make 2D function of x from 1D function.
Definition at line 22 of file JMathlib2D.hh.
|
inline |
|
inline |
Constructor.
| f1 | function |
Definition at line 41 of file JMathlib2D.hh.
|
inline |
|
inline |
Function value.
| x | abscissa value |
| y | abscissa value |
Definition at line 64 of file JMathlib2D.hh.
|
inline |
Get gradient.
| x | abscissa value |
| y | abscissa value |
Definition at line 77 of file JMathlib2D.hh.
|
inlineinherited |
Function value.
| args | abscissa value(s) |
Definition at line 362 of file JMathlib.hh.