|
Jpp
18.6.0-rc.1
the software that should make you happy
|
Make 3D function of y from 1D function. More...
#include <JMathlib3D.hh>
Public Member Functions | |
| JMake3Y () | |
| Default constructor. More... | |
| JMake3Y (const JF1_t &f1) | |
| Constructor. More... | |
| template<class... Args> | |
| JMake3Y (const Args &...args) | |
| Constructor. More... | |
| double | getValue (const double x, const double y, const double z) const |
| Function value. More... | |
| const JMake3Y & | getGradient (const double x, const double y, const double z) const |
| Get gradient. More... | |
| double | operator() (const Args &...args) const |
| Function value. More... | |
Make 3D function of y from 1D function.
Definition at line 94 of file JMathlib3D.hh.
|
inline |
|
inline |
|
inline |
|
inline |
Function value.
| x | abscissa value |
| y | abscissa value |
| z | abscissa value |
Definition at line 137 of file JMathlib3D.hh.
|
inline |
Get gradient.
| x | abscissa value |
| y | abscissa value |
| z | abscissa value |
Definition at line 151 of file JMathlib3D.hh.
|
inlineinherited |
Function value.
| args | abscissa value(s) |
Definition at line 362 of file JMathlib.hh.
1.8.5