Vahid Tavanashad

Results 13 issues of Vahid Tavanashad

For the following case, the output array shape from `mkl_fft.irfftn_numpy` and `NumPy` is different. ```Python import numpy, mkl_fft from numpy.testing import assert_allclose a = numpy.array([[[5, 7, 6, 5], [4, 6,...

Following example returns an empty array ``` # Name Version Build Channel # ──────────────────────────────────────────────────── # numpy 1.26.4 py311h689b997_3 intel # numpy-base 1.26.4 py311h913173e_3 intel # mkl_fft 1.3.8 py311h977b55c_72 intel import...

Following example returns an error ``` # Name Version Build Channel # ──────────────────────────────────────────────────── # numpy 1.26.4 py311h689b997_3 intel # numpy-base 1.26.4 py311h913173e_3 intel # mkl_fft 1.3.8 py311h977b55c_72 intel import numpy...