Ask a Question | Search PSRCHIVE: |
Home
|
Parameters.h Abstract base class implements parameter storage and access. Definition: Parameters.h:28 unsigned get_nparam() const Return the number of parameters. Definition: Parameters.h:56 void set_description(unsigned index, const std::string &description) Return the description of the specified parameter. Definition: Parameters.h:83 Parameters & operator=(const Parameters &np) Assignment operator. Definition: Parameters.C:43 void set_param(unsigned index, double value) Set the value of the specified parameter. Definition: Parameters.C:69 double get_param(unsigned index) const Return the value of the specified parameter. Definition: Parameters.h:90 double get_variance(unsigned index) const Return the variance of the specified parameter. Definition: Parameters.h:103 bool get_infit(unsigned index) const Return true if parameter at index is to be fitted. Definition: Parameters.h:117 Parameters * clone(Function *) const Clone construtor. Definition: Parameters.C:35 std::string get_description(unsigned index) const Return the description of the specified parameter. Definition: Parameters.h:76 std::string get_name(unsigned index) const Return the name of the specified parameter. Definition: Parameters.h:62 Namespace in which all modeling and calibration related code is declared. Definition: ExampleComplex2.h:16 void set_variance(unsigned index, double value) Set the variance of the specified parameter. Definition: Parameters.h:110 static bool very_verbose Low-level verbosity flag. Definition: Function.h:57 void range_check(unsigned index, const char *method) const Ensure that index <= get_nparam. Definition: Parameters.h:139 @ ParameterCount Number of Function parameters, as returned by get_nparam. Definition: Function.h:169 void erase(unsigned iparam) Erase the specified parameter. Definition: Parameters.C:108 void resize(unsigned nparam) Resize arrays, setting fit=true for new parameters. Definition: Parameters.C:90 void set_infit(unsigned index, bool flag) Set flag for parameter at index to be fitted. Definition: Parameters.h:124 void set_name(unsigned index, const std::string &name) Return the name of the specified parameter. Definition: Parameters.h:69 Parameters(Function *context, unsigned nparam=0) Default constructor. Definition: Parameters.C:13 void swap_param(unsigned index, double &value) Swap the value of the specified parameter. Definition: Parameters.C:83 Generated using doxygen 1.8.17
|