| 
    Jpp
    master_rocky-43-ge265d140c
    
   the software that should make you happy 
   | 
 
Power of x. More...
#include <JMathlib.hh>
  
Public Member Functions | |
| JPow () | |
| Default constructor.  More... | |
| JPow (const double alpha) | |
| Constructor.  More... | |
| double | getValue (const double x) const | 
| Function value.  More... | |
| double | getDerivative (const double x) const | 
| Derivative value.  More... | |
| const JPow & | getGradient (const double x) const | 
| Get gradient.  More... | |
| double | operator() (const Args &...args) const | 
| Function value.  More... | |
| JPow< ID_t > & | negate () | 
| Negate function.  More... | |
| JPow< ID_t > & | add (const JPow< ID_t > &f1) | 
| Add function.  More... | |
| JPow< ID_t > & | sub (const JPow< ID_t > &f1) | 
| Subtract function.  More... | |
| JPow< ID_t > & | mul (const double factor) | 
| Scale function.  More... | |
| JPow< ID_t > & | div (const double factor) | 
| Scale function.  More... | |
Public Attributes | |
| double | alpha | 
| x^alpha  More... | |
Static Public Attributes | |
| static const int | ID = ID_t | 
| static const parameter_list< JPow > | parameters | 
| parameters  More... | |
Power of x.
Definition at line 1907 of file JMathlib.hh.
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
Function value.
| x | abscissa value | 
Definition at line 1938 of file JMathlib.hh.
      
  | 
  inline | 
      
  | 
  inline | 
Get gradient.
| x | abscissa value | 
Definition at line 1962 of file JMathlib.hh.
      
  | 
  inlineinherited | 
Function value.
| args | abscissa value(s) | 
Definition at line 362 of file JMathlib.hh.
      
  | 
  inlineinherited | 
      
  | 
  inlineinherited | 
Add function.
| f1 | function | 
Definition at line 219 of file JMathlib.hh.
      
  | 
  inlineinherited | 
Subtract function.
| f1 | function | 
Definition at line 235 of file JMathlib.hh.
      
  | 
  inlineinherited | 
Scale function.
| factor | factor | 
Definition at line 251 of file JMathlib.hh.
      
  | 
  inlineinherited | 
Scale function.
| factor | factor | 
Definition at line 267 of file JMathlib.hh.
      
  | 
  static | 
Definition at line 1911 of file JMathlib.hh.
| double JMATH::JPow< ID_t, _vF >::alpha | 
x^alpha
Definition at line 1971 of file JMathlib.hh.
      
  | 
  static | 
parameters
Definition at line 1972 of file JMathlib.hh.