JayBeams  0.1
Another project to have fun coding.
Functions
ut_cast_vector.cpp File Reference
#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)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/6]

BOOST_AUTO_TEST_CASE ( fftw_cast_vector_float  )
Test:
Verify that fftw_cast functions work for std::vector<float>

Definition at line 28 of file ut_cast_vector.cpp.

◆ BOOST_AUTO_TEST_CASE() [2/6]

BOOST_AUTO_TEST_CASE ( fftw_cast_vector_double  )
Test:
Verify that fftw_cast functions work for std::vector<double>

Definition at line 39 of file ut_cast_vector.cpp.

◆ BOOST_AUTO_TEST_CASE() [3/6]

BOOST_AUTO_TEST_CASE ( fftw_cast_vector_long_double  )
Test:
Verify that fftw_cast functions work for std::vector<long double>

Definition at line 50 of file ut_cast_vector.cpp.

◆ BOOST_AUTO_TEST_CASE() [4/6]

BOOST_AUTO_TEST_CASE ( fftw_cast_vector_complex_float  )
Test:
Verify that fftw_cast functions work for std::vector<std::complex<float>>

Definition at line 63 of file ut_cast_vector.cpp.

◆ BOOST_AUTO_TEST_CASE() [5/6]

BOOST_AUTO_TEST_CASE ( fftw_cast_vector_complex_double  )
Test:
Verify that fftw_cast functions work for std::vector<std::complex<double>>

Definition at line 79 of file ut_cast_vector.cpp.

◆ BOOST_AUTO_TEST_CASE() [6/6]

BOOST_AUTO_TEST_CASE ( fftw_cast_vector_complex_long_double  )
Test:
Verify that fftw_cast functions work for std::vector<std::complex<long double>>

Definition at line 95 of file ut_cast_vector.cpp.