ndarray
NumPy-friendly multidimensional arrays in C++
Loading...
Searching...
No Matches
include
ndarray
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
"
23
#include "
ndarray/fft/FourierTransform.h
"
24
#include "
ndarray/fft/FourierOps.h
"
25
#ifndef NDARRAY_FFT_MANUAL_INCLUDE
26
#include "ndarray/fft/FourierTransform.cc"
27
#endif
28
29
#endif
// !NDARRAY_fft_h_INCLUDED
FourierOps.h
Common Fourier-space operations.
FourierTransform.h
Definitions for FourierTransform.
ndarray.h
Main public header file for ndarray.
Generated on Wed Jun 21 2023 03:04:30 for ndarray by
1.9.7