Ask a Question | Search PSRCHIVE: |
Home
|
ScaledVonMises.h const ScalarMath exp(const ScalarMath &x) Return a ScalarMath instance representing exp(x) Definition: ScalarMath.C:224 Estimate< double > get_concentration() const Get the concentration. Definition: ScaledVonMises.C:123 std::string get_name() const Return the name of the class. Definition: ScaledVonMises.C:181 double get_area() const Connect the set_abscissa method to the axis value. Definition: ScaledVonMises.C:171 Abstract template base class of univariate Function implementations. Definition: Univariate.h:26 const ScalarMath log(const ScalarMath &x) Return a ScalarMath instance representing log(x) Definition: ScalarMath.C:232 ScaledVonMises * clone() const Clone operator. Definition: ScaledVonMises.h:42 ScaledVonMises & operator=(const ScaledVonMises ©) Assignment operator. Definition: ScaledVonMises.C:90 Estimate< double > get_centre() const Get the centre. Definition: ScaledVonMises.C:111 Namespace in which all modeling and calibration related code is declared. Definition: ExampleComplex2.h:16 void set_height(const Estimate< double > &height) Set the height. Definition: ScaledVonMises.C:153 bool log_height When set, the height attribute is interpreted as log(height) [ensures that height > 0]. Definition: ScaledVonMises.h:85 Estimate< double > get_height() const Get the height. Definition: ScaledVonMises.C:162 void calculate(double &, std::vector< double > *) Calculate the complex value and its gradient. Definition: ScaledVonMises.h:89 void set_concentration(const Estimate< double > &concentration) Set the concentration. Definition: ScaledVonMises.C:117 double get_width() const Get the width. Definition: ScaledVonMises.C:145 void set_centre(const Estimate< double > ¢re) Set the centre. Definition: ScaledVonMises.C:105 const ScalarMath cos(const ScalarMath &x) Return a ScalarMath instance representing cos(x) Definition: ScalarMath.C:168 ScalarParameter height Parses the values of model parameters and fit flags from a string. Definition: ScaledVonMises.h:80 virtual void copy(const Function *model) Does the work for operator =. Definition: Function.C:58 void set_width(double width) Set the width. Definition: ScaledVonMises.C:129 Generated using doxygen 1.8.17
|