Jpp
debug
the software that should make you happy
|
Auxiliary data structure for list of parameters. More...
#include <JMathlib.hh>
Public Member Functions | |
parameter_list () | |
Default constructor. More... | |
parameter_list (double JF1_t::*parameter) | |
Constructor. More... | |
parameter_list (const std::initializer_list< double JF1_t::* > ¶meters) | |
Constructor. More... | |
template<class U > | |
parameter_list (const parameter_list< U > ¶meters, double JF1_t::*parameter) | |
Combine constructor. More... | |
template<class U , class V > | |
parameter_list (const parameter_list< U > &first, const parameter_list< V > &second) | |
Combine constructor. More... | |
Auxiliary data structure for list of parameters.
The template argument refers to the function that could be fitted to some data.
The parameters of the function should be data members of type double
.
Definition at line 90 of file JMathlib.hh.
|
inline |
|
inline |
|
inline |
|
inline |
Combine constructor.
parameters | parameters |
parameter | parameter |
Definition at line 127 of file JMathlib.hh.
|
inline |
Combine constructor.
first | first parameters |
second | second parameters |
Definition at line 141 of file JMathlib.hh.