Ask a Question | Search PSRCHIVE: |
Home
|
ParameterPolicy.h virtual void set_variance(unsigned index, double value)=0 Set the variance of the specified parameter. virtual double get_variance(unsigned index) const =0 Return the variance of the specified parameter. Reference::To< ParameterPolicy > parameter_policy The policy for managing function parameters. Definition: Function.h:199 static bool auto_install Install policy upon construction. Definition: ParameterPolicy.h:39 ParameterPolicy(Function *context) Default destructor. Definition: ParameterPolicy.C:14 virtual ParameterPolicy * clone(Function *new_context) const =0 Clone constructor. virtual std::string get_description(unsigned index) const =0 Return the name of the specified parameter. virtual double get_param(unsigned index) const =0 Return the value of the specified parameter. Namespace in which all modeling and calibration related code is declared. Definition: ExampleComplex2.h:16 virtual bool get_infit(unsigned index) const =0 Return true if parameter at index is to be fitted. virtual void set_infit(unsigned index, bool flag)=0 Set flag for parameter at index to be fitted. virtual void set_param(unsigned index, double value)=0 Set the value of the specified parameter. virtual std::string get_name(unsigned index) const =0 Return the name of the specified parameter. virtual unsigned get_nparam() const =0 Return the number of parameters. Generated using doxygen 1.8.17
|