|
Jpp 21.0.0-rc.1
the software that should make you happy
|
Auxiliary data structure for pair of functions. More...
#include <JMathlib.hh>
Public Member Functions | |
| JPair_t () | |
| Default constructor. | |
| JPair_t (const JF1_t &f1, const JF2_t &f2) | |
| Constructor. | |
| JF1_t & | negate () |
| Negate function. | |
| JF1_t & | add (const JF1_t &f1) |
| Add function. | |
| JF1_t & | sub (const JF1_t &f1) |
| Subtract function. | |
| JF1_t & | mul (const double factor) |
| Scale function. | |
| JF1_t & | div (const double factor) |
| Scale function. | |
Static Public Attributes | |
| static constexpr parameter_list< JPair, JF1_t::parameters.size()+JF2_t::parameters.size()> | parameters = join<JPair>(JF1_t::parameters, JF2_t::parameters) |
Auxiliary data structure for pair of functions.
Definition at line 1063 of file JMathlib.hh.
|
inline |
|
inline |
Constructor.
| f1 | first function |
| f2 | second function |
Definition at line 1087 of file JMathlib.hh.
|
inlineinherited |
Negate function.
Definition at line 169 of file JMathlib.hh.
|
inlineinherited |
Add function.
| f1 | function |
Definition at line 185 of file JMathlib.hh.
|
inlineinherited |
Subtract function.
| f1 | function |
Definition at line 201 of file JMathlib.hh.
|
inlineinherited |
Scale function.
| factor | factor |
Definition at line 217 of file JMathlib.hh.
|
inlineinherited |
Scale function.
| factor | factor |
Definition at line 233 of file JMathlib.hh.
|
staticconstexprinherited |
Definition at line 969 of file JMathlib.hh.