#include <math.h>
#include <algorithm>
#include <cstdlib>
#include <iostream>
#include <numeric>
#include <typeinfo>
#include "Eigen/Dense"
#include "eckit/testing/Test.h"
#include "ioda/Engines/Factory.h"
#include "ioda/Exception.h"
#include "ioda/Layout.h"
#include "ioda/ObsGroup.h"
#include "ioda/testconfig.h"
Go to the source code of this file.
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ test_obsgroup_helper_funcs()
void test_obsgroup_helper_funcs |
( |
std::string |
backendType, |
|
|
std::string |
fileName, |
|
|
const std::string |
mappingFile = "" |
|
) |
| |