Ask a Question | Search PSRCHIVE: |
Home
|
VonMises.h 78 }
const ScalarMath exp(const ScalarMath &x) Return a ScalarMath instance representing exp(x) Definition: ScalarMath.C:224 Abstract template base class of univariate Function implementations. Definition: Univariate.h:26 Namespace in which all modeling and calibration related code is declared. Definition: ExampleComplex2.h:16 std::string get_name() const Get the name of the class. Definition: VonMises.C:97 double get_concentration() const Get the concentration. Definition: VonMises.C:82 VonMises & operator=(const VonMises ©) Assignment operator. Definition: VonMises.C:53 const ScalarMath cos(const ScalarMath &x) Return a ScalarMath instance representing cos(x) Definition: ScalarMath.C:168 void parse(const std::string &text) Parses the values of model parameters and fit flags from a string. Definition: VonMises.C:102 virtual void copy(const Function *model) Does the work for operator =. Definition: Function.C:58 void set_argument(unsigned dimension, Argument *axis) Set the independent variable of the specified dimension. Definition: Function.h:151 void set_concentration(double concentration) Set the concentration. Definition: VonMises.C:76 void calculate(double &, std::vector< double > *) Calculate the complex value and its gradient. Definition: VonMises.h:78 Generated using doxygen 1.8.17
|