Protocols that support Swift implementations of vDSP operations.
Framework
- Accelerate
Protocols that support Swift implementations of vDSP operations.
Framework
protocol Accelerate Buffer
A type that represents an immutable buffer.
protocol Accelerate Mutable Buffer
A type that represents a mutable buffer.
protocol v DSP _DFTFunctions
A protocol that defines functions for discrete Fourier transform operations.
protocol v DSP _Floating Point Discrete Fourier Transformable
Types that support discrete Fourier transform operations.
protocol v DSP _Fourier Transform Functions
A protocol that defines functions for fast Fourier transform operations.
protocol v DSP _Fourier Transformable
Types that support fast Fourier transform operations.
protocol v DSP _Biquad Functions
A protocol that defines functions for biquadratic filtering.
protocol v DSP _Floating Point Biquad Filterable
Types that support biquadratic filtering.
protocol v DSP _Floating Point Convertable
Types that are convertible from integer values.
protocol v DSP _Integer Convertable
Types that are convertible from floating point values.
protocol v DSP _Floating Point Generatable
Types that support vectorized window generation.
enum v DSP
An enumeration that acts as a namespace for Swift overlays to vDSP.