Uses of Interface
org.episteme.core.mathematics.analysis.fft.FFTProvider
Packages that use FFTProvider
Package
Description
-
Uses of FFTProvider in org.episteme.benchmarks.benchmark.benchmarks
Classes in org.episteme.benchmarks.benchmark.benchmarks that implement interfaces with type arguments of type FFTProviderModifier and TypeClassDescriptionclassA benchmark that systematically tests all available FFTProviders.Methods in org.episteme.benchmarks.benchmark.benchmarks that return types with arguments of type FFTProviderMethods in org.episteme.benchmarks.benchmark.benchmarks with parameters of type FFTProvider -
Uses of FFTProvider in org.episteme.core.mathematics.analysis.fft.providers
Classes in org.episteme.core.mathematics.analysis.fft.providers that implement FFTProviderModifier and TypeClassDescriptionclassMulticore implementation of FFTProvider using Fork/Join framework.classStandard single-threaded implementation of FFTProvider. -
Uses of FFTProvider in org.episteme.nativ.mathematics.analysis.fft.backends
Classes in org.episteme.nativ.mathematics.analysis.fft.backends that implement FFTProviderModifier and TypeClassDescriptionclassFFTW3 implementation of FFTProvider using Project Panama.classOpenCL implementation of FFTProvider using a Direct Fourier Transform (DFT) kernel.