IODA
ObsDataVector.h File Reference
#include <cmath>
#include <limits>
#include <ostream>
#include <string>
#include <vector>
#include <boost/math/special_functions/fpclassify.hpp>
#include "eckit/exception/Exceptions.h"
#include "eckit/mpi/Comm.h"
#include "oops/base/Variables.h"
#include "oops/util/Logger.h"
#include "oops/util/missingValues.h"
#include "oops/util/ObjectCounter.h"
#include "oops/util/Printable.h"
#include "ioda/ObsSpace.h"
Include dependency graph for ObsDataVector.h:

Go to the source code of this file.

Classes

class  ioda::ObsDataVector< DATATYPE >
 ObsDataVector<DATATYPE> handles vectors of data of type DATATYPE in observation space. More...
 

Namespaces

 ioda
 

Typedefs

template<typename DATATYPE >
using ioda::ObsDataRow = std::vector< DATATYPE >