Ask a Question | Search PSRCHIVE: |
Home
|
ReceptionModel.h 128 };
Solver * get_solver() Get the algorithm used to solve the measurement equation. Definition: ReceptionModel.C:53 void set_equation(ReceptionModel *) Set the measurement equation to be solved. Definition: ReceptionModelSolver.C:269 void copy_fit(const ReceptionModel *) Copy the fitted parameters from another model. Definition: ReceptionModel.C:97 void add_postfit_report(Report *) Add a report to be executed after solving the measurement equation. Definition: ReceptionModel.C:73 unsigned get_nparam() const Solve the measurement equation by non-linear least squares minimization. Definition: ReceptionModelReport.h:24 void add_prefit_report(Report *) Add a report to be executed before solving the measurement equation. Definition: ReceptionModel.C:66 Models a set of transformations and source polarizations. Definition: ReceptionModel.h:32 static Solver * new_default_Solver() Returns a new instance of the default Solver algorithm. Definition: ReceptionModel.C:25 Solve the measurement equation by non-linear least squares minimization. Definition: ReceptionModelSolver.h:26 std::vector< Reference::To< Report > > postfit_reports Reports to run after solving. Definition: ReceptionModel.h:123 ReceptionModel() null constructor Definition: ReceptionModel.C:19 friend class Solver Provide Solver class with acces to data. Definition: ReceptionModel.h:128 A CoherencyMeasurement set and their coordinates. Definition: CoherencyMeasurementSet.h:26 double get_param(unsigned index) const virtual void add_data(CoherencyMeasurementSet &data) Checks that each CoherencyMeasurement has a valid source_index. Definition: ReceptionModel.C:116 std::vector< Reference::To< Report > > prefit_reports Reports to run before solving. Definition: ReceptionModel.h:120 unsigned get_ndata() const Get the number of CoherencyMeasurementSet. Definition: ReceptionModel.C:156 std::string get_name() const Return the name of the class. Definition: ReceptionModel.C:38 void delete_data() Delete all data. Definition: ReceptionModel.C:150 Reference::To< Solver > solver The algorithm used to solve the measurement equation. Definition: ReceptionModel.h:117 bool get_infit(unsigned index) const unsigned get_transformation_index() const Get the transformation through which the measurements are made. Definition: CoherencyMeasurementSet.C:30 bool get_solved() const Return true when solved. Definition: ReceptionModel.C:92 void range_check(unsigned idata, const char *method) const Ensure that idata <= get_ndata() Definition: ReceptionModel.C:169 void set_model(ReceptionModel *_model) Set the measurement equation on which to report. Definition: ReceptionModelReport.h:44 const CoherencyMeasurementSet & get_data(unsigned idata) const Get the specified CoherencyMeasurementSet. Definition: ReceptionModel.C:163 Solve the measurement equation by non-linear least squares minimization. Definition: ReceptionModelSolveMEAL.h:24 void solve() Solve the measurement equation using the current algorithm. Definition: ReceptionModel.C:80 ~ReceptionModel() destructor Definition: ReceptionModel.C:30 void set_solver(Solver *) Set the algorithm used to solve the measurement equation. Definition: ReceptionModel.C:44 Generated using doxygen 1.8.17
|