JayBeams  0.1
Another project to have fun coding.
Functions
ut_cast_multi_array.cpp File Reference
#include <jb/fftw/aligned_multi_array.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_array_3d_float)
 
 BOOST_AUTO_TEST_CASE (fftw_cast_array_3d_double)
 
 BOOST_AUTO_TEST_CASE (fftw_cast_array_3d_long_double)
 
 BOOST_AUTO_TEST_CASE (fftw_cast_array_3d_complex_float)
 
 BOOST_AUTO_TEST_CASE (fftw_cast_array_3d_complex_double)
 
 BOOST_AUTO_TEST_CASE (fftw_cast_array_3d_complex_long_double)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/6]

BOOST_AUTO_TEST_CASE ( fftw_cast_array_3d_float  )
Test:
Verify that fftw_cast functions work for boost::multi_array<float>

Definition at line 33 of file ut_cast_multi_array.cpp.

◆ BOOST_AUTO_TEST_CASE() [2/6]

BOOST_AUTO_TEST_CASE ( fftw_cast_array_3d_double  )
Test:
Verify that fftw_cast functions work for boost::multi_array<double>

Definition at line 44 of file ut_cast_multi_array.cpp.

◆ BOOST_AUTO_TEST_CASE() [3/6]

BOOST_AUTO_TEST_CASE ( fftw_cast_array_3d_long_double  )
Test:
Verify that fftw_cast functions work for boost::multi_array<long double>

Definition at line 57 of file ut_cast_multi_array.cpp.

◆ BOOST_AUTO_TEST_CASE() [4/6]

BOOST_AUTO_TEST_CASE ( fftw_cast_array_3d_complex_float  )
Test:
Verify that fftw_cast functions work for boost::multi_array<std::complex<float>>

Definition at line 73 of file ut_cast_multi_array.cpp.

◆ BOOST_AUTO_TEST_CASE() [5/6]

BOOST_AUTO_TEST_CASE ( fftw_cast_array_3d_complex_double  )
Test:
Verify that fftw_cast functions work for boost::multi_array<std::complex<double>>

Definition at line 90 of file ut_cast_multi_array.cpp.

◆ BOOST_AUTO_TEST_CASE() [6/6]

BOOST_AUTO_TEST_CASE ( fftw_cast_array_3d_complex_long_double  )
Test:
Verify that fftw_cast functions work for boost::multi_array<std::complex<long double>>

Definition at line 107 of file ut_cast_multi_array.cpp.