Home
last modified time | relevance | path

Searched refs:_fix_shape (Results 1 – 3 of 3) sorted by relevance

/dports/science/py-scipy/scipy-1.7.1/scipy/fft/_pocketfft/
H A Dbasic.py8 _fix_shape, _fix_shape_1d, _normalization,
189 tmp, copied = _fix_shape(tmp, shape, axes)
215 tmp, _ = _fix_shape(tmp, shape, axes)
260 tmp, _ = _fix_shape(tmp, shape, axes)
H A Drealtransforms.py4 _fix_shape, _fix_shape_1d, _normalization, _workers)
79 tmp, copied = _fix_shape(tmp, shape, axes)
H A Dhelper.py112 def _fix_shape(x, shape, axes): function
144 return _fix_shape(x, (n,), (axis,))