Ask a Question | Search PSRCHIVE: |
![]()
|
OneParameter.h double get_param(unsigned index) const Return the value of the specified parameter. Definition OneParameter.h:135 bool get_infit() const Return true if parameter is to be fitted. Definition OneParameter.h:83 void set_description(const std::string &_description) Set the description of the parameter. Definition OneParameter.h:56 double get_variance(unsigned index) const Return the variance of the specified parameter. Definition OneParameter.h:149 std::string get_description(unsigned index) const Return the description of the specified parameter. Definition OneParameter.h:121 void set_param(unsigned index, double value) Set the value of the specified parameter. Definition OneParameter.h:142 void set_description(unsigned index, const std::string &_description) Set the description of the specified parameter. Definition OneParameter.h:128 OneParameter & operator=(const OneParameter &np) Assignment operator. Definition OneParameter.C:34 void set_name(const std::string &_name) Set the name of the parameter. Definition OneParameter.h:44 void set_infit(bool flag=true) Set flag for parameter to be fitted. Definition OneParameter.h:89 OneParameter(Function *context=0) Default constructor. Definition OneParameter.C:12 std::string get_description() const Return the description of the parameter. Definition OneParameter.h:50 bool get_infit(unsigned index) const Return true if parameter at index is to be fitted. Definition OneParameter.h:163 void set_variance(double value) Set the variance of the parameter. Definition OneParameter.h:77 virtual void set_param(double value) Set the value of the parameter. Definition OneParameter.C:52 OneParameter * clone(Function *context) const Clone operator. Definition OneParameter.C:26 void set_infit(unsigned index, bool flag) Set flag for parameter at index to be fitted. Definition OneParameter.h:170 double get_variance() const Return the variance of the parameter. Definition OneParameter.h:71 unsigned get_nparam() const Return the number of parameters. Definition OneParameter.h:101 void set_variance(unsigned index, double value) Set the variance of the specified parameter. Definition OneParameter.h:156 void set_name(unsigned index, const std::string &_name) Set the name of the specified parameter. Definition OneParameter.h:114 std::string get_name() const Return the name of the parameter. Definition OneParameter.h:38 std::string get_name(unsigned index) const Return the name of the specified parameter. Definition OneParameter.h:107 void range_check(unsigned index, const char *method) const Ensure that index <= get_nparam. Definition OneParameter.h:179 virtual double get_param() const Return the value of the parameter. Definition OneParameter.h:62 ParameterPolicy(Function *context) Default destructor. Definition ParameterPolicy.C:14 Namespace in which all modeling and calibration related code is declared. Definition ExampleComplex2.h:16 Generated using doxygen 1.14.0
|