Ask a Question | Search PSRCHIVE: |
![]()
|
Parameters.h ParameterPolicy(Function *context) Default destructor. Definition ParameterPolicy.C:14 double get_param(unsigned index) const Return the value of the specified parameter. Definition Parameters.h:80 unsigned get_nparam() const Return the number of parameters. Definition Parameters.h:46 void swap_param(unsigned index, double &value) Swap the value of the specified parameter. Definition Parameters.C:83 Parameters * clone(Function *) const Clone construtor. Definition Parameters.C:35 double get_variance(unsigned index) const Return the variance of the specified parameter. Definition Parameters.h:93 std::string get_name(unsigned index) const Return the name of the specified parameter. Definition Parameters.h:52 void set_infit(unsigned index, bool flag) Set flag for parameter at index to be fitted. Definition Parameters.h:114 std::string get_description(unsigned index) const Return the description of the specified parameter. Definition Parameters.h:66 void set_name(unsigned index, const std::string &name) Return the name of the specified parameter. Definition Parameters.h:59 void erase(unsigned iparam) Erase the specified parameter. Definition Parameters.C:108 Parameters(Function *context, unsigned nparam=0) Default constructor. Definition Parameters.C:13 void set_description(unsigned index, const std::string &description) Return the description of the specified parameter. Definition Parameters.h:73 Parameters & operator=(const Parameters &np) Assignment operator. Definition Parameters.C:43 void resize(unsigned nparam) Resize arrays, setting fit=true for new parameters. Definition Parameters.C:90 void range_check(unsigned index, const char *method) const Ensure that index <= get_nparam. Definition Parameters.h:129 bool get_infit(unsigned index) const Return true if parameter at index is to be fitted. Definition Parameters.h:107 void set_param(unsigned index, double value) Set the value of the specified parameter. Definition Parameters.C:69 void set_variance(unsigned index, double value) Set the variance of the specified parameter. Definition Parameters.h:100 Namespace in which all modeling and calibration related code is declared. Definition ExampleComplex2.h:16 Generated using doxygen 1.14.0
|