Ask a Question | Search PSRCHIVE: |
Home
|
Steps.h Abstract base class implements parameter storage and access. Definition: Parameters.h:28 void set_step(unsigned istep, double x) Set the abscissa of the specified step. Definition: Steps.C:101 void set_param_name_prefix(const std::string &) Set the prefix of each parameter name. Definition: Steps.C:50 void add_step(double x) Add a step at the given point on the abscissa. Definition: Steps.C:58 Namespace in which all modeling and calibration related code is declared. Definition: ExampleComplex2.h:16 std::string get_name() const Return the name of the class. Definition: Steps.C:44 virtual void set_abscissa(double value) Set the abscissa value. Definition: Univariate.h:50 void calculate(double &x, std::vector< double > *grad=0) Return the value (and gradient, if requested) of the function. Definition: Steps.C:158 void set_abscissa(double value) Set the abscissa value. Definition: Steps.C:122 virtual void copy(const Function *model) Does the work for operator =. Definition: Function.C:58 Generated using doxygen 1.8.17
|