OOPS
test/interface/ObsAuxIncrement.h File Reference
#include <cmath>
#include <iostream>
#include <memory>
#include <string>
#include <vector>
#include <boost/noncopyable.hpp>
#include "eckit/config/LocalConfiguration.h"
#include "eckit/testing/Test.h"
#include "oops/interface/ObsAuxControl.h"
#include "oops/interface/ObsAuxCovariance.h"
#include "oops/interface/ObsAuxIncrement.h"
#include "oops/runs/Test.h"
#include "oops/util/DateTime.h"
#include "oops/util/dot_product.h"
#include "test/interface/ObsTestsFixture.h"
#include "test/TestEnvironment.h"
Include dependency graph for test/interface/ObsAuxIncrement.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  test::ObsAuxIncrementFixture< OBS >
 
class  test::ObsAuxIncrement< OBS >
 

Namespaces

 test
 

Macros

#define ECKIT_TESTING_SELF_REGISTER_CASES   0
 

Functions

template<typename OBS >
void test::testObsAuxIncrementConstructor ()
 test constructor and print method More...
 
template<typename OBS >
void test::testObsAuxIncrementCopyConstructor ()
 Tests copy-constructor (with option of allocating, but not copying the data) More...
 
template<typename OBS >
void test::testObsAuxIncrementTriangle ()
 
template<typename OBS >
void test::testObsAuxIncrementOpPlusEq ()
 
template<typename OBS >
void test::testObsAuxIncrementDotProduct ()
 
template<typename OBS >
void test::testObsAuxIncrementZero ()
 
template<typename OBS >
void test::testObsAuxIncrementAxpy ()
 

Macro Definition Documentation

◆ ECKIT_TESTING_SELF_REGISTER_CASES

#define ECKIT_TESTING_SELF_REGISTER_CASES   0

Definition at line 20 of file test/interface/ObsAuxIncrement.h.