10 #ifndef ossimAdjustmentExecutive_HEADER 11 #define ossimAdjustmentExecutive_HEADER 68 void summarizeSolution()
const;
78 bool computeResidualStatistics(NEWMAT::Matrix& res);
104 inline bool isValid()
const {
return theExecValid; }
164 bool updateParameters();
169 bool updateObservations();
173 #endif // #ifndef ossimAdjustmentExecutive_HEADER
std::vector< double > theSEUW
void setMaxIter(const int maxIter)
std::vector< ossimString > theParDesc
std::vector< double > theParInitialStdDev
std::vector< double > theObsInitialStdDev
std::vector< int > theImgs
NEWMAT::Matrix theObjPartials
void setConvCriteria(const int convCriteria)
ossimObservationSet * theObsSet
std::vector< double > theParInitialValues
NEWMAT::Matrix theParPartials
NEWMAT::Matrix theMeasResiduals
ossimAdjSolutionAttributes * theSolAttributes
ossimWLSBundleSolution * theSol
std::vector< double > theObsInitialValues
std::basic_ostream< char > ostream
Base class for char output streams.