| 
    Jpp 20.0.0-rc.3
    
   the software that should make you happy 
   | 
 
Make 2D function of y from 1D function. More...
#include <JMathlib2D.hh>
  
Public Member Functions | |
| JMake2Y () | |
| Default constructor.   | |
| JMake2Y (const JF1_t &f1) | |
| Constructor.   | |
| template<class ... Args> | |
| JMake2Y (const Args &...args) | |
| Constructor.   | |
| double | getValue (const double x, const double y) const | 
| Function value.   | |
| const JMake2Y & | getGradient (const double x, const double y) const | 
| Get gradient.   | |
| double | operator() (const Args &...args) const | 
| Function value.   | |
Make 2D function of y from 1D function.
Definition at line 92 of file JMathlib2D.hh.
      
  | 
  inline | 
      
  | 
  inline | 
Constructor.
| f1 | function | 
Definition at line 111 of file JMathlib2D.hh.
      
  | 
  inline | 
Constructor.
| args | list of values | 
Definition at line 122 of file JMathlib2D.hh.
      
  | 
  inline | 
Function value.
| x | abscissa value | 
| y | abscissa value | 
Definition at line 134 of file JMathlib2D.hh.
      
  | 
  inline | 
Get gradient.
| x | abscissa value | 
| y | abscissa value | 
Definition at line 147 of file JMathlib2D.hh.
      
  | 
  inlineinherited | 
Function value.
| args | abscissa value(s) | 
Definition at line 362 of file JMathlib.hh.