SolverBase Class Reference
[Mathematical algorithms]

#include <SolverBase.hpp>

Inheritance diagram for SolverBase:

Inheritance graph
[legend]
Collaboration diagram for SolverBase:

Collaboration graph
[legend]
List of all members.

Detailed Description

Abstract base class for solver algorithms.

Definition at line 61 of file SolverBase.hpp.

Public Member Functions

 SolverBase ()
 Implicit constructor.
bool isValid (void)
 Return validity of results.
virtual ~SolverBase ()
 Destructor.

Public Attributes

Vector< double > solution
 Solution.
Vector< double > postfitResiduals
 Postfit-residuals.
Matrix< double > covMatrix
 Covariance matrix.

Protected Attributes

bool valid


Constructor & Destructor Documentation

SolverBase  )  [inline]
 

Implicit constructor.

Definition at line 67 of file SolverBase.hpp.

virtual ~SolverBase  )  [inline, virtual]
 

Destructor.

Definition at line 83 of file SolverBase.hpp.


Member Function Documentation

bool isValid void   )  [inline]
 

Return validity of results.

Definition at line 70 of file SolverBase.hpp.


Member Data Documentation

Matrix<double> covMatrix
 

Covariance matrix.

Definition at line 80 of file SolverBase.hpp.

Referenced by GeneralConstraint::constraintToSolver().

Vector<double> postfitResiduals
 

Postfit-residuals.

Definition at line 77 of file SolverBase.hpp.

Referenced by GeneralConstraint::constraintToSolver().

Vector<double> solution
 

Solution.

Definition at line 74 of file SolverBase.hpp.

Referenced by GeneralConstraint::constraintToSolver().

bool valid [protected]
 

Definition at line 89 of file SolverBase.hpp.


The documentation for this class was generated from the following file:
Generated on Thu Feb 9 03:31:41 2012 for GPS ToolKit Software Library by  doxygen 1.3.9.1