Contents Menu Expand Light mode Dark mode Auto light/dark mode
Hpk for FFT
Light Logo Dark Logo
Hpk for FFT
  • Home
  • Introduction
  • Building
  • API Design
  • Real Time Domain
  • Advanced
  • C++ Examples
    • CMakeLists.txt
    • example.cpp
    • fft_cc.cpp
    • fft_2x4.cpp
    • fft_rc.cpp
    • advanced/CMakeLists.txt
    • advanced/fft_12.cpp
    • advanced/fft_3x6.cpp
    • advanced/ncpu.cpp
  • C++ API Reference
    • AlignedAllocator
    • Architecture
    • Complex type traits
    • Configuration
    • Detection
    • FFT
      • makeFactory()
      • InplaceDim
      • OoplaceDim
      • Factory
      • Inplace
      • Ooplace
  • Python Bindings
  • Python API Reference
    • Arrays
    • Architecture
    • Configuration
    • Detection
    • FFT
      • makeFactory
      • InplaceDim
      • OoplaceDim
      • Factory
      • Inplace
      • Ooplace
Back to top

FFT#

  • makeFactory()
  • InplaceDim
  • OoplaceDim
  • Factory
  • Inplace
  • Ooplace

Header files#

<hpk/fft/makeFactory.hpp>
This should be included in source files that make a factory.
See: makeFactory()
<hpk/fft/factory.hpp>
This should be included in source files that use a factory to make FFT compute objects.
See: InplaceDim, OoplaceDim, Factory
<hpk/fft/fft.hpp>
This should be included in source files that compute FFTs.
See: Inplace, Ooplace
Next
makeFactory()
Previous
Detection
Copyright © 2023 – 2025, High Performance Kernels LLC