| Jpp
    19.0.0
    the software that should make you happy | 
Auxiliary base class for mathematical operations on parameters of function. More...
#include <JMathlib.hh>
| Public Member Functions | |
| JF1_t & | negate () | 
| Negate function.  More... | |
| JF1_t & | add (const JF1_t &f1) | 
| Add function.  More... | |
| JF1_t & | sub (const JF1_t &f1) | 
| Subtract function.  More... | |
| JF1_t & | mul (const double factor) | 
| Scale function.  More... | |
| JF1_t & | div (const double factor) | 
| Scale function.  More... | |
| Friends | |
| JF1_t & | operator+= (JF1_t &function, const JF1_t &value) | 
| Add function.  More... | |
| JF1_t & | operator-= (JF1_t &function, const JF1_t &value) | 
| Subtract function.  More... | |
| JF1_t & | operator*= (JF1_t &function, const double factor) | 
| Scale function.  More... | |
| JF1_t & | operator/= (JF1_t &function, const double factor) | 
| Scale function.  More... | |
Auxiliary base class for mathematical operations on parameters of function.
Definition at line 196 of file JMathlib.hh.
| 
 | inline | 
Negate function.
Definition at line 203 of file JMathlib.hh.
| 
 | inline | 
Add function.
| f1 | function | 
Definition at line 219 of file JMathlib.hh.
| 
 | inline | 
Subtract function.
| f1 | function | 
Definition at line 235 of file JMathlib.hh.
| 
 | inline | 
Scale function.
| factor | factor | 
Definition at line 251 of file JMathlib.hh.
| 
 | inline | 
Scale function.
| factor | factor | 
Definition at line 267 of file JMathlib.hh.
| 
 | friend | 
Add function.
| function | this function | 
| value | value | 
Definition at line 284 of file JMathlib.hh.
| 
 | friend | 
Subtract function.
| function | this function | 
| value | value | 
Definition at line 297 of file JMathlib.hh.
| 
 | friend | 
Scale function.
| function | this function | 
| factor | factor | 
Definition at line 310 of file JMathlib.hh.
| 
 | friend | 
Scale function.
| function | this function | 
| factor | factor | 
Definition at line 323 of file JMathlib.hh.
 1.8.5
 1.8.5