|
Graph Framework
|
Tests for the buffer backend. More...
#include <cassert>#include <vector>#include <iostream>#include <netcdf.h>#include "../graph_framework/special_functions.hpp"Functions | |
| template<std::floating_point T> | |
| void | test_erfi (const T tolarance) |
| Tests of the erfi. | |
| int | main (int argc, const char *argv[]) |
| Main program of the test. | |
Tests for the buffer backend.
| int main | ( | int | argc, |
| const char * | argv[] | ||
| ) |
Main program of the test.
| [in] | argc | Number of commandline arguments. |
| [in] | argv | Array of commandline arguments. |
| void test_erfi | ( | const T | tolarance | ) |
Tests of the erfi.
| T | Base type of the calculation. |
| [in] | tolarance | Test tolarance. |