Ask a Question | Search PSRCHIVE: |
Home
|
Rotation.h Abstract base class implements parameter storage and access. Definition: Parameters.h:28 Vector< 3, double > get_vector() const Get the three free parameters as a vector. Definition: Rotation.C:45 void set_description(unsigned index, const std::string &description) Return the description of the specified parameter. Definition: Parameters.h:83 const ScalarMath sin(const ScalarMath &x) Return a ScalarMath instance representing sin(x) Definition: ScalarMath.C:160 const ScalarMath sqrt(const ScalarMath &x) Return a ScalarMath instance representing x^.5. Definition: ScalarMath.C:151 std::string get_name() const Return the name of the class. Definition: Rotation.C:40 void calculate(Jones< double > &result, std::vector< Jones< double > > *) Calculate the Jones matrix and its gradient. Definition: Rotation.C:71 Namespace in which all modeling and calibration related code is declared. Definition: ExampleComplex2.h:16 const ScalarMath cos(const ScalarMath &x) Return a ScalarMath instance representing cos(x) Definition: ScalarMath.C:168 Vector< 3, double > get_axis() const Get the unit-vector along which the rotation occurs. Definition: Rotation.C:54 void set_name(unsigned index, const std::string &name) Return the name of the specified parameter. Definition: Parameters.h:69 Generated using doxygen 1.8.17
|