|
Jpp 21.0.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. | |
| 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. | |
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 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.