Tests for trig 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_atan()
Tests for tan nodes.
- Template Parameters
-
T | Base type of the calculation. |
◆ test_cos()
Tests for cosine nodes.
- Template Parameters
-
T | Base type of the calculation. |
◆ test_sin()
Tests for sine nodes.
- Template Parameters
-
T | Base type of the calculation. |
◆ test_tan()
Tests for tan nodes.
- Template Parameters
-
T | Base type of the calculation. |