Home
last modified time | relevance | path

Searched refs:_init_nd_shape_and_axes (Results 1 – 7 of 7) sorted by relevance

/dports/science/py-scipy/scipy-1.7.1/scipy/fft/tests/
H A Dtest_helper.py1 from scipy.fft._helper import next_fast_len, _init_nd_shape_and_axes
126 shape_res, axes_res = _init_nd_shape_and_axes(x, shape, axes)
139 shape_res, axes_res = _init_nd_shape_and_axes(x, shape, axes)
152 shape_res, axes_res = _init_nd_shape_and_axes(x, shape, axes)
165 shape_res, axes_res = _init_nd_shape_and_axes(x, shape, axes)
268 _init_nd_shape_and_axes(x, shape=None, axes=[1])
272 _init_nd_shape_and_axes(x, shape=None, axes=[-2])
276 _init_nd_shape_and_axes(x, shape=None, axes=[0, 0])
289 _init_nd_shape_and_axes(np.zeros([1, 1, 1, 1]),
295 _init_nd_shape_and_axes(x, shape=[0], axes=None)
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/fft/
H A D_helper.py70 def _init_nd_shape_and_axes(x, shape, axes): function
100 return _helper._init_nd_shape_and_axes(x, shape, axes)
/dports/science/py-scipy/scipy-1.7.1/scipy/fft/_pocketfft/
H A Dbasic.py7 from .helper import (_asfarray, _init_nd_shape_and_axes, _datacopied,
182 shape, axes = _init_nd_shape_and_axes(tmp, s, axes)
214 shape, axes = _init_nd_shape_and_axes(tmp, s, axes)
245 shape, axes = _init_nd_shape_and_axes(tmp, s, axes)
H A Drealtransforms.py3 from .helper import (_asfarray, _init_nd_shape_and_axes, _datacopied,
73 shape, axes = _init_nd_shape_and_axes(tmp, s, axes)
H A Dhelper.py41 def _init_nd_shape_and_axes(x, shape, axes): function
/dports/math/py-pyFFTW/pyFFTW-0.13.0/pyfftw/interfaces/
H A Dscipy_fftpack.py122 def _init_nd_shape_and_axes(x, shape, axes): function
664 shape, axes = _init_nd_shape_and_axes(x, shape, axes)
684 shape, axes = _init_nd_shape_and_axes(x, shape, axes)
705 shape, axes = _init_nd_shape_and_axes(x, shape, axes)
726 shape, axes = _init_nd_shape_and_axes(x, shape, axes)
/dports/science/py-scipy/scipy-1.7.1/scipy/signal/
H A Dsignaltools.py11 from scipy.fft._helper import _init_nd_shape_and_axes
431 _, axes = _init_nd_shape_and_axes(in1, shape=None, axes=axes)