OOPS
|
#include <memory>
#include <string>
#include <vector>
#include "eckit/testing/Test.h"
#include "oops/base/Variables.h"
#include "oops/interface/LinearObsOperator.h"
#include "oops/interface/ObsAuxControl.h"
#include "oops/interface/ObsAuxCovariance.h"
#include "oops/interface/ObsAuxIncrement.h"
#include "oops/interface/ObsDiagnostics.h"
#include "oops/interface/ObsOperator.h"
#include "oops/runs/Test.h"
#include "oops/util/dot_product.h"
#include "oops/util/Logger.h"
#include "test/interface/ObsTestsFixture.h"
#include "test/TestEnvironment.h"
Go to the source code of this file.
Classes | |
class | test::LinearObsOperator< 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::testLinearity () |
template<typename OBS > | |
void | test::testAdjoint () |
template<typename OBS > | |
void | test::testTangentLinear () |
#define ECKIT_TESTING_SELF_REGISTER_CASES 0 |
Definition at line 16 of file test/interface/LinearObsOperator.h.