PLaSK library
Loading...
Searching...
No Matches
fft.hpp File Reference
#include <plask/plask.hpp>
#include "plask/optical/modal/config.hpp"
Include dependency graph for fft.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  plask::optical::modal::FFT::Forward1D
 Fourier transform of multiple 1D arrays. More...
 
struct  plask::optical::modal::FFT::Forward2D
 Fourier transform of multiple 2D arrays. More...
 
struct  plask::optical::modal::FFT::Backward1D
 Fourier transform of multiple 1D arrays. More...
 
struct  plask::optical::modal::FFT::Backward2D
 Fourier transform of multiple 2D arrays. More...
 

Namespaces

namespace  plask
 Patterson quadrature for complex function along specified line.
 
namespace  plask::optical
 
namespace  plask::optical::modal
 
namespace  plask::optical::modal::FFT
 

Enumerations

enum  plask::optical::modal::FFT::Symmetry {
  plask::optical::modal::FFT::SYMMETRY_NONE = 0 , plask::optical::modal::FFT::SYMMETRY_EVEN_2 = 1 , plask::optical::modal::FFT::SYMMETRY_ODD_2 = 2 , plask::optical::modal::FFT::SYMMETRY_EVEN_1 = 5 ,
  plask::optical::modal::FFT::SYMMETRY_ODD_1 = 6
}
 Symmetry of the transform. More...