Jpp test-rotations-old
the software that should make you happy
|
Make 3D function of z from 1D function. More...
#include <JMathlib3D.hh>
Public Member Functions | |
JMake3Z () | |
Default constructor. | |
JMake3Z (const JF1_t &f1) | |
Constructor. | |
template<class ... Args> | |
JMake3Z (const Args &...args) | |
Constructor. | |
double | getValue (const double x, const double y, const double z) const |
Function value. | |
const JMake3Z & | 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 z from 1D function.
Definition at line 166 of file JMathlib3D.hh.
|
inline |
|
inline |
Constructor.
f1 | function |
Definition at line 185 of file JMathlib3D.hh.
|
inline |
Constructor.
args | list of values |
Definition at line 196 of file JMathlib3D.hh.
|
inline |
Function value.
x | abscissa value |
y | abscissa value |
z | abscissa value |
Definition at line 209 of file JMathlib3D.hh.
|
inline |
Get gradient.
x | abscissa value |
y | abscissa value |
z | abscissa value |
Definition at line 223 of file JMathlib3D.hh.
|
inlineinherited |
Function value.
args | abscissa value(s) |
Definition at line 362 of file JMathlib.hh.