Jpp 19.3.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. | |
JMake3Y (const JF1_t &f1) | |
Constructor. | |
template<class ... Args> | |
JMake3Y (const Args &...args) | |
Constructor. | |
double | getValue (const double x, const double y, const double z) const |
Function value. | |
const JMake3Y & | getGradient (const double x, const double y, const double z) const |
Get gradient. | |
double | operator() (const Args &...args) const |
Function value. | |
Make 3D function of y from 1D function.
Definition at line 94 of file JMathlib3D.hh.
|
inline |
|
inline |
Constructor.
f1 | function |
Definition at line 113 of file JMathlib3D.hh.
|
inline |
Constructor.
args | list of values |
Definition at line 124 of file JMathlib3D.hh.
|
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.