Ask a Question | Search PSRCHIVE: |
![]()
|
FunctionInterface.h std::string get_interface_name() const Get the interface name. Definition FunctionInterface.h:35 Interface(T *=0) Default constructor that takes an optional instance. Definition FunctionInterface.h:92 std::string get_interface_description() const Get a short description of this interface. Definition FunctionInterface.h:38 void set_param(unsigned index, double value) Set the value of the specified parameter. Definition Function.h:131 bool get_infit(unsigned index) const Return true if parameter at index is to be fitted. Definition Function.h:143 std::string get_param_description(unsigned index) const Return the description of the specified parameter. Definition Function.h:123 double get_param(unsigned index) const Return the value of the specified parameter. Definition Function.h:127 void set_variance(unsigned index, double value) Set the variance of the specified parameter. Definition Function.h:139 void set_infit(unsigned index, bool flag) Set flag for parameter at index to be fitted. Definition Function.h:147 unsigned get_nparam() const Return the number of parameters. Definition Function.h:115 double get_variance(unsigned index) const Return the variance of the specified parameter. Definition Function.h:135 std::string get_param_name(unsigned index) const Return the name of the specified parameter. Definition Function.h:119 Provides name-based access to parameter attributes in Function::Interface. Definition FunctionInterface.h:44 std::string get_description() const Description of the parameter. Definition FunctionInterface.h:61 double get_variance() const Return the variance of the specified parameter. Definition FunctionInterface.h:73 void set_infit(bool flag) Set flag for parameter at index to be fitted. Definition FunctionInterface.h:85 bool get_infit() const Return true if parameter at index is to be fitted. Definition FunctionInterface.h:81 void set_param(double value) Set the value of the specified parameter. Definition FunctionInterface.h:69 void set_variance(double value) Set the variance of the specified parameter. Definition FunctionInterface.h:77 double get_param() const Return the value of the specified parameter. Definition FunctionInterface.h:65 void insert(Parser *) void add_value(Value *value) void add(T(P::*get)() const, const char *name, const char *description=0) virtual void set_instance(C *c) Namespace in which all modeling and calibration related code is declared. Definition ExampleComplex2.h:16 Generated using doxygen 1.14.0
|