#include "fwd/Parameter.h"
#include "Exceptions.h"
#include "VariableStatus.h"
#include <algorithm>
#include <complex>
#include <memory>
#include <numeric>
Go to the source code of this file.
|
template<typename IterType > |
constexpr VariableStatus | variable_status (IterType first, IterType last) |
|
template<typename T > |
std::string | to_string (const Parameter< T > &P) |
|
const size_t | size (const ParameterVector &V) |
|
template<class InputIt > |
std::vector< double >
::const_iterator | set_value (ParameterBase &P, InputIt first) |
|
template<class InputIt > |
void | set_values (ParameterVector::iterator first_par, ParameterVector::iterator last_par, InputIt first_val, InputIt last_val) |
| set values in ParameterVector from iterators
|
|
void | set_values (ParameterVector &pars, const std::vector< double > &vals) |
| set values in ParameterVector from values in vector<double>
|
|