29 const int& numObjObs,
const int& numImages,
const int& numMeas,
const int& rankN)
31 theNumObjObs(numObjObs),
32 theNumImages(numImages),
34 theNumMeasurements(numMeas)
55 <<
"DEBUG: ~ossimAdjSolutionAttributes(): returning..." << std::endl;
71 output <<
"ossimAdjSolutionAttributes..." << std::endl;
std::ostream & operator<<(std::ostream &output, ossimAdjSolutionAttributes &)
NEWMAT::ColumnVector theLastCorrections
ossimAdjSolutionAttributes(const int &numObjObs, const int &numImages, const int &numMeas, const int &rank)
~ossimAdjSolutionAttributes()
NEWMAT::ColumnVector theTotalCorrections
OSSIMDLLEXPORT std::ostream & ossimNotify(ossimNotifyLevel level=ossimNotifyLevel_WARN)
std::basic_ostream< char > ostream
Base class for char output streams.