Ask a Question | Search PSRCHIVE: |
![]()
|
ComplexCartesian.h Estimate< double > get_real() const Get the real part. Definition ComplexCartesian.h:33 ComplexCartesian() Default constructor. Definition ComplexCartesian.C:13 void calculate(Return &result, std::vector< Return > *gradient) Calculate the result and its gradient. Definition ComplexCartesian.C:21 void set_real(const Estimate< double > &x) Set the real part. Definition ComplexCartesian.h:29 Estimate< double > get_imag() const Get the imaginary part. Definition ComplexCartesian.h:41 void set_imag(const Estimate< double > &y) Set the imaginary part. Definition ComplexCartesian.h:37 std::string get_name() const Return the name of the class. Definition ComplexCartesian.h:51 void set_Estimate(unsigned index, const Estimate< double > ¶m) Set the Estimate of the specified parameter. Definition Function.C:109 Estimate< double > get_Estimate(unsigned index) const Return an Estimate of the specified parameter. Definition Function.C:104 Namespace in which all modeling and calibration related code is declared. Definition ExampleComplex2.h:16 Generated using doxygen 1.14.0
|