Ask a Question | Search PSRCHIVE: |
Home
|
BoostUnion.h 67 }
const ScalarMath sinh(const ScalarMath &x) Return a ScalarMath instance representing sinh(x) Definition: ScalarMath.C:184 std::string get_name() const Return the name of the class. Definition: BoostUnion.C:19 void set_axis(Evaluable< Vector< 3, double > > *) Set the model that defines the unit vector. Definition: BoostUnion.C:25 Project< Evaluable< Vector< 3, double > > > axis The model that defines the axis. Definition: BoostUnion.h:67 Vector< 3, double > get_axis() const Get the unit-vector along which the boost occurs. Definition: BoostUnion.C:47 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 double get_beta() const Get the boost parameter, beta. Definition: BoostUnion.C:56 void set_beta(Evaluable< double > *) Set the model that defines the boost parameter. Definition: BoostUnion.C:36 void calculate(Jones< double > &result, std::vector< Jones< double > > *) Calculate the Jones matrix and its gradient. Definition: BoostUnion.C:66 Composite composite Composite parameter policy. Definition: BoostUnion.h:73 Template combines a reference to a Component and its Projection. Definition: Projection.h:65 Project< Evaluable< double > > beta The boost parameter. Definition: BoostUnion.h:70 Generated using doxygen 1.8.17
|