You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If command above installs NumPy package from the Pypi, please use following command to install Intel optimized NumPy wheel package from Anaconda Cloud:
Where `<numpy_version>` should be the latest version from https://anaconda.org/intel/numpy
26
26
27
27
---
28
28
29
29
Since MKL FFT supports performing discrete Fourier transforms over non-contiguously laid out arrays, MKL can be directly
30
-
used on any well-behaved floating point array with no internal overlaps for both in-place and not in-place transforms of
30
+
used on any well-behaved floating point array with no internal overlaps for both in-place and not in-place transforms of
31
31
arrays in single and double floating point precision.
32
32
33
33
This eliminates the need to copy input array contiguously into an intermediate buffer.
@@ -70,9 +70,9 @@ It implements the following functions:
70
70
71
71
The package also provides `mkl_fft._numpy_fft` and `mkl_fft._scipy_fft` interfaces which provide drop-in replacements for equivalent functions in NumPy and SciPy respectively.
0 commit comments