Home
last modified time | relevance | path

Searched refs:_fix_shape_1d (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,
23 tmp, copied = _fix_shape_1d(tmp, n, axis)
56 tmp, _ = _fix_shape_1d(tmp, n, axis)
94 tmp, _ = _fix_shape_1d(tmp, (n//2) + 1, axis)
283 tmp, copied = _fix_shape_1d(tmp, n, axis)
H A Drealtransforms.py4 _fix_shape, _fix_shape_1d, _normalization, _workers)
31 tmp, copied = _fix_shape_1d(tmp, n, axis)
H A Dhelper.py139 def _fix_shape_1d(x, n, axis): function