|
Graph Framework
|
Tests for the vector interface. More...
#include <cassert>#include "../graph_framework/vector.hpp"#include "../graph_framework/math.hpp"#include "../graph_framework/trigonometry.hpp"#include "../graph_framework/arithmetic.hpp"#include "../graph_framework/piecewise.hpp"Functions | |
| template<jit::float_scalar T> | |
| void | run_tests () |
| Run tests with a specified backend. | |
| int | main (int argc, const char *argv[]) |
| Main program of the test. | |
Tests for the vector interface.
| 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 run_tests | ( | ) |
Run tests with a specified backend.
| T | Base type of the calculation. |