Ask a Question | Search PSRCHIVE: |
Home
|
ComplexCorrelation.h Abstract base class implements parameter storage and access. Definition: Parameters.h:28 std::string get_name() const Return the name of the class. Definition: ComplexCorrelation.h:64 Estimate< double > get_real() const Get the real part. Definition: ComplexCorrelation.h:42 void calculate(Return &result, std::vector< Return > *gradient) Calculate the result and its gradient. Definition: ComplexCorrelation.C:35 Estimate< double > get_imag() const Get the imaginary part. Definition: ComplexCorrelation.h:50 void set(std::complex< double > &c) Set the complex value. Definition: ComplexCorrelation.h:54 ComplexCorrelation() Default constructor. Definition: ComplexCorrelation.C:13 const ScalarMath abs(const ScalarMath &x) Return a ScalarMath instance representing |x|. Definition: ScalarMath.C:208 void set_Estimate(unsigned index, const Estimate< double > ¶m) Set the Estimate of the specified parameter. Definition: Function.C:109 void set_real(const Estimate< double > &x) Set the real part. Definition: ComplexCorrelation.h:38 const ScalarMath tanh(const ScalarMath &x) Return a ScalarMath instance representing tanh(x) Definition: ScalarMath.C:200 Namespace in which all modeling and calibration related code is declared. Definition: ExampleComplex2.h:16 const ScalarMath cosh(const ScalarMath &x) Return a ScalarMath instance representing cosh(x) Definition: ScalarMath.C:192 void set_name(unsigned index, const std::string &name) Return the name of the specified parameter. Definition: Parameters.h:69 void set_imag(const Estimate< double > &y) Set the imaginary part. Definition: ComplexCorrelation.h:46 Estimate< double > get_Estimate(unsigned index) const Return an Estimate of the specified parameter. Definition: Function.C:104 Generated using doxygen 1.8.17
|