JayBeams
0.1
Another project to have fun coding.
|
#include <jb/fftw/aligned_vector.hpp>
#include <jb/fftw/cast.hpp>
#include <boost/test/unit_test.hpp>
Go to the source code of this file.
Functions | |
BOOST_AUTO_TEST_CASE (fftw_cast_vector_float) | |
BOOST_AUTO_TEST_CASE (fftw_cast_vector_double) | |
BOOST_AUTO_TEST_CASE (fftw_cast_vector_long_double) | |
BOOST_AUTO_TEST_CASE (fftw_cast_vector_complex_float) | |
BOOST_AUTO_TEST_CASE (fftw_cast_vector_complex_double) | |
BOOST_AUTO_TEST_CASE (fftw_cast_vector_complex_long_double) | |
BOOST_AUTO_TEST_CASE | ( | fftw_cast_vector_float | ) |
Definition at line 28 of file ut_cast_vector.cpp.
BOOST_AUTO_TEST_CASE | ( | fftw_cast_vector_double | ) |
Definition at line 39 of file ut_cast_vector.cpp.
BOOST_AUTO_TEST_CASE | ( | fftw_cast_vector_long_double | ) |
Definition at line 50 of file ut_cast_vector.cpp.
BOOST_AUTO_TEST_CASE | ( | fftw_cast_vector_complex_float | ) |
Definition at line 63 of file ut_cast_vector.cpp.
BOOST_AUTO_TEST_CASE | ( | fftw_cast_vector_complex_double | ) |
Definition at line 79 of file ut_cast_vector.cpp.
BOOST_AUTO_TEST_CASE | ( | fftw_cast_vector_complex_long_double | ) |
Definition at line 95 of file ut_cast_vector.cpp.