JayBeams
0.1
Another project to have fun coding.
|
#include <jb/fftw/allocator.hpp>
#include <jb/fftw/plan.hpp>
#include <jb/testing/check_close_enough.hpp>
#include <valgrind/valgrind.h>
#include <boost/test/unit_test.hpp>
#include <vector>
Go to the source code of this file.
Functions | |
BOOST_AUTO_TEST_CASE (fftw_allocator_double) | |
BOOST_AUTO_TEST_CASE (fftw_allocator_float) | |
BOOST_AUTO_TEST_CASE (fftw_allocator_long_double) | |
BOOST_AUTO_TEST_CASE | ( | fftw_allocator_double | ) |
Definition at line 48 of file ut_allocator.cpp.
BOOST_AUTO_TEST_CASE | ( | fftw_allocator_float | ) |
Definition at line 55 of file ut_allocator.cpp.
BOOST_AUTO_TEST_CASE | ( | fftw_allocator_long_double | ) |
Definition at line 62 of file ut_allocator.cpp.