Ask a Question | Search PSRCHIVE: |
![]()
|
Steps.h Abstract base class implements parameter storage and access. Definition Parameters.h:23 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_step(unsigned istep, double x) Set the abscissa of the specified step. Definition Steps.C:101 void set_abscissa(double value) Set the abscissa value. Definition Steps.C:122 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 Generated using doxygen 1.14.0
|