ViennaCL - The Vienna Computing Library  1.2.0
Namespaces | Enumerations | Variables
fft.hpp File Reference

All routines related to the Fast Fourier Transform. Experimental in 1.2.x. 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

Detailed Description

All routines related to the Fast Fourier Transform. Experimental in 1.2.x.