|
mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
|
Tests CPU FFT transforms. More...
Tests CPU FFT transforms.
Definition in file fftT_test.cpp.
#include "../../../catch2/catch.hpp"#include <iostream>#include "../../../../include/math/ft/fftT.hpp"#include "../../../../include/improc/eigenImage.hpp"Go to the source code of this file.
Functions | |
| TEST_CASE ("1D c2c FFT with FFTW, float", "[math::ft]") | |
| 1D FFT with FFTW | |
| TEST_CASE ("2D c2c FFT with FFTW, float", "[math::ft]") | |
| 2D FFT with FFTW | |