Tests for math nodes.
More...
◆ main()
int main |
( |
int |
argc, |
|
|
const char * |
argv[] |
|
) |
| |
Main program of the test.
- Parameters
-
[in] | argc | Number of commandline arguments. |
[in] | argv | Array of commandline arguments. |
◆ run_tests()
Run tests with a specified backend.
- Template Parameters
-
T | Base type of the calculation. |
◆ test_erfi()
Tests for log nodes.
- Template Parameters
-
T | Base type of the calculation. |
◆ test_exp()
Tests for exp nodes.
- Template Parameters
-
T | Base type of the calculation. |
◆ test_log()
Tests for log nodes.
- Template Parameters
-
T | Base type of the calculation. |
◆ test_pow()
Tests for pow nodes.
- Template Parameters
-
T | Base type of the calculation. |
◆ test_sqrt()
Tests for sqrt nodes.
- Template Parameters
-
T | Base type of the calculation. |
◆ test_variable_like()
void test_variable_like |
( |
| ) |
|
Tests function for variable like expressions.
- Template Parameters
-
T | Base type of the calculation. |