All routines related to the Fast Fourier Transform. More...
#include <viennacl/vector.hpp>
#include <viennacl/matrix.hpp>
#include "viennacl/linalg/kernels/fft_kernels.h"
#include <cmath>
#include <stdexcept>
Go to the source code of this file.
Namespaces | |
namespace | viennacl |
namespace | viennacl::detail |
namespace | viennacl::detail::fft |
namespace | viennacl::detail::fft::FFT_DATA_ORDER |
Enumerations | |
enum | DATA_ORDER { ROW_MAJOR, COL_MAJOR } |
Variables | |
const std::size_t | MAX_LOCAL_POINTS_NUM = 512 |
All routines related to the Fast Fourier Transform.