Ask a Question | Search PSRCHIVE: |
![]()
|
NoParameters.h void set_param(unsigned index, double value) Set the value of the specified parameter. Definition NoParameters.h:48 NoParameters * clone(Function *) const Clone construtor. Definition NoParameters.h:27 std::string get_description(unsigned index) const Return the name of the specified parameter. Definition NoParameters.h:42 unsigned get_nparam() const Return the number of parameters. Definition NoParameters.h:36 std::string get_name(unsigned index) const Return the name of the specified parameter. Definition NoParameters.h:39 double get_variance(unsigned index) const Return the variance of the specified parameter. Definition NoParameters.h:51 void set_infit(unsigned index, bool flag) Set flag for parameter at index to be fitted. Definition NoParameters.h:60 bool get_infit(unsigned index) const Return true if parameter at index is to be fitted. Definition NoParameters.h:57 double get_param(unsigned index) const Return the value of the specified parameter. Definition NoParameters.h:45 void set_variance(unsigned index, double value) Set the variance of the specified parameter. Definition NoParameters.h:54 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
|