Graph Framework
Loading...
Searching...
No Matches
erfi_test.cpp File Reference

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.
 

Detailed Description

Tests for the buffer backend.

Function Documentation

◆ main()

int main ( int  argc,
const char *  argv[] 
)

Main program of the test.

Parameters
[in]argcNumber of commandline arguments.
[in]argvArray of commandline arguments.

◆ test_erfi()

template<std::floating_point T>
void test_erfi ( const T  tolarance)

Tests of the erfi.

Template Parameters
TBase type of the calculation.
Parameters
[in]tolaranceTest tolarance.