ndarray
NumPy-friendly multidimensional arrays in C++
Loading...
Searching...
No Matches
fft.h
Go to the documentation of this file.
1// -*- c++ -*-
2/*
3 * Copyright (c) 2010-2012, Jim Bosch
4 * All rights reserved.
5 *
6 * ndarray is distributed under a simple BSD-like license;
7 * see the LICENSE file that should be present in the root
8 * of the source distribution, or alternately available at:
9 * https://github.com/ndarray/ndarray
10 */
11#ifndef NDARRAY_fft_h_INCLUDED
12#define NDARRAY_fft_h_INCLUDED
13
22#include "ndarray.h"
25#ifndef NDARRAY_FFT_MANUAL_INCLUDE
26#include "ndarray/fft/FourierTransform.cc"
27#endif
28
29#endif // !NDARRAY_fft_h_INCLUDED
Common Fourier-space operations.
Definitions for FourierTransform.
Main public header file for ndarray.