OOPS
|
#include <memory>
#include <string>
#include <vector>
#include "eckit/testing/Test.h"
#include "oops/base/ObsError.h"
#include "oops/base/ObsVector.h"
#include "oops/generic/instantiateObsErrorFactory.h"
#include "oops/runs/Test.h"
#include "test/interface/ObsTestsFixture.h"
#include "test/TestEnvironment.h"
Go to the source code of this file.
Classes | |
class | test::ObsErrorCovariance< OBS > |
Namespaces | |
test | |
Macros | |
#define | ECKIT_TESTING_SELF_REGISTER_CASES 0 |
Functions | |
template<typename OBS > | |
void | test::testConstructor () |
Tests creation and destruction of ObsErrorCovariances. More... | |
template<typename OBS > | |
void | test::testMultiplies () |
Tests that \(R*R^{-1}*dy = dy\) and \(R^{-1}*R*dy = dy\). More... | |
template<typename OBS > | |
void | test::testAccessors () |
#define ECKIT_TESTING_SELF_REGISTER_CASES 0 |
Definition at line 18 of file ObsErrorCovariance.h.