| 
    Jpp
    19.1.0
    
   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.  More... | |
| JMake3Z (const JF1_t &f1) | |
| Constructor.  More... | |
| template<class ... Args> | |
| JMake3Z (const Args &...args) | |
| Constructor.  More... | |
| double | getValue (const double x, const double y, const double z) const | 
| Function value.  More... | |
| const JMake3Z & | 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 z from 1D function.
Definition at line 166 of file JMathlib3D.hh.
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  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.