| 
    Jpp
    master_rocky
    
   the software that should make you happy 
   | 
 
Subtraction of constant value. More...
#include <JMathlib.hh>
  
Public Member Functions | |
| JSub () | |
| Default constructor.  More... | |
| JSub (const JF1_t &f1, const double value) | |
| Constructor.  More... | |
| template<class ... Args> | |
| double | getValue (const Args &...args) const | 
| Function value.  More... | |
| double | getDerivative (const double x) const | 
| Derivative value.  More... | |
| template<class ... Args> | |
| const JSub & | getGradient (const Args &...args) const | 
| Get gradient.  More... | |
| double | operator() (const Args &...args) const | 
| Function value.  More... | |
Private Attributes | |
| double | value | 
Subtraction of constant value.
Definition at line 705 of file JMathlib.hh.
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
Function value.
| args | abscissa value(s) | 
Definition at line 738 of file JMathlib.hh.
      
  | 
  inline | 
Derivative value.
| x | abscissa value | 
Definition at line 750 of file JMathlib.hh.
      
  | 
  inline | 
Get gradient.
| args | abscissa value(s) | 
Definition at line 763 of file JMathlib.hh.
      
  | 
  inlineinherited | 
Function value.
| args | abscissa value(s) | 
Definition at line 362 of file JMathlib.hh.
      
  | 
  private | 
Definition at line 773 of file JMathlib.hh.