Ask a Question | Search PSRCHIVE: |
Home
|
ComplexCartesian.h Abstract base class implements parameter storage and access. Definition: Parameters.h:28 void set_real(const Estimate< double > &x) Set the real part. Definition: ComplexCartesian.h:39 void set_imag(const Estimate< double > &y) Set the imaginary part. Definition: ComplexCartesian.h:47 ComplexCartesian() Default constructor. Definition: ComplexCartesian.C:13 std::string get_name() const Return the name of the class. Definition: ComplexCartesian.h:61 void set_Estimate(unsigned index, const Estimate< double > ¶m) Set the Estimate of the specified parameter. Definition: Function.C:109 Namespace in which all modeling and calibration related code is declared. Definition: ExampleComplex2.h:16 void calculate(Return &result, std::vector< Return > *gradient) Calculate the result and its gradient. Definition: ComplexCartesian.C:21 Estimate< double > get_real() const Get the real part. Definition: ComplexCartesian.h:43 Estimate< double > get_imag() const Get the imaginary part. Definition: ComplexCartesian.h:51 void set_name(unsigned index, const std::string &name) Return the name of the specified parameter. Definition: Parameters.h:69 Estimate< double > get_Estimate(unsigned index) const Return an Estimate of the specified parameter. Definition: Function.C:104 Generated using doxygen 1.8.17
|