JayBeams
0.1
Another project to have fun coding.
|
#include <jb/fftw/plan.hpp>
#include <jb/testing/check_close_enough.hpp>
#include <valgrind/valgrind.h>
#include <boost/test/unit_test.hpp>
#include <algorithm>
Go to the source code of this file.
Functions | |
BOOST_AUTO_TEST_CASE (fftw_plan_complex_double) | |
BOOST_AUTO_TEST_CASE (fftw_plan_double) | |
BOOST_AUTO_TEST_CASE (fftw_plan_error_double) | |
BOOST_AUTO_TEST_CASE (fftw_plan_complex_float) | |
BOOST_AUTO_TEST_CASE (fftw_plan_float) | |
BOOST_AUTO_TEST_CASE (fftw_plan_error_float) | |
BOOST_AUTO_TEST_CASE (fftw_plan_complex_long_double) | |
BOOST_AUTO_TEST_CASE (fftw_plan_long_double) | |
BOOST_AUTO_TEST_CASE (fftw_plan_error_long_double) | |
BOOST_AUTO_TEST_CASE | ( | fftw_plan_complex_double | ) |
Definition at line 91 of file ut_plan.cpp.
BOOST_AUTO_TEST_CASE | ( | fftw_plan_double | ) |
Definition at line 98 of file ut_plan.cpp.
BOOST_AUTO_TEST_CASE | ( | fftw_plan_error_double | ) |
Definition at line 105 of file ut_plan.cpp.
BOOST_AUTO_TEST_CASE | ( | fftw_plan_complex_float | ) |
Definition at line 112 of file ut_plan.cpp.
BOOST_AUTO_TEST_CASE | ( | fftw_plan_float | ) |
Definition at line 119 of file ut_plan.cpp.
BOOST_AUTO_TEST_CASE | ( | fftw_plan_error_float | ) |
Definition at line 126 of file ut_plan.cpp.
BOOST_AUTO_TEST_CASE | ( | fftw_plan_complex_long_double | ) |
Definition at line 133 of file ut_plan.cpp.
BOOST_AUTO_TEST_CASE | ( | fftw_plan_long_double | ) |
Definition at line 144 of file ut_plan.cpp.
BOOST_AUTO_TEST_CASE | ( | fftw_plan_error_long_double | ) |
Definition at line 155 of file ut_plan.cpp.