Stephan Hoyer-2 wrote
> On Tue, Aug 4, 2020 at 6:10 PM Charles R Harris <
> charlesr.harris@
> >
> wrote:
>
>>
>>
>> On Tue, Aug 4, 2020 at 4:55 AM Ralf Gommers <
> ralf.gommers@
> >
>> wrote:
>>
>>>
>>>
>>> On Tue, Aug 4, 2020 at 1:49 AM Chris Vavaliaris <
> cv1038@.unh
> >
>>> wrote:
>>>
>
On Wed, Aug 5, 2020 at 8:16 PM Ben Nathanson
wrote:
> > scipy.fft is a superset of numpy.fft, and the functionality included in
> NumPy is really only the basics that are needed in many fields.
>
> Exactly this sentence might be useful on top of the FFT page.
>
> Is the right page reference/routi
> scipy.fft is a superset of numpy.fft, and the functionality included in NumPy
> is really only the basics that are needed in many fields.
Exactly this sentence might be useful on top of the FFT page.
Is the right page reference/routines.fft.html? I can submit a PR.
On Tue, Aug 4, 2020 at 6:10 PM Charles R Harris
wrote:
>
>
> On Tue, Aug 4, 2020 at 4:55 AM Ralf Gommers
> wrote:
>
>>
>>
>> On Tue, Aug 4, 2020 at 1:49 AM Chris Vavaliaris
>> wrote:
>>
>>> PR #16999: https://github.com/numpy/numpy/pull/16999
>>>
>>> Hello all,
>>> this PR adds the two 1D Cheby
On Tue, Aug 4, 2020 at 4:55 AM Ralf Gommers wrote:
>
>
> On Tue, Aug 4, 2020 at 1:49 AM Chris Vavaliaris
> wrote:
>
>> PR #16999: https://github.com/numpy/numpy/pull/16999
>>
>> Hello all,
>> this PR adds the two 1D Chebyshev transform functions `chebyfft` and
>> `ichebyfft` into the `numpy.fft`
On Tue, Aug 4, 2020 at 1:49 AM Chris Vavaliaris
wrote:
> PR #16999: https://github.com/numpy/numpy/pull/16999
>
> Hello all,
> this PR adds the two 1D Chebyshev transform functions `chebyfft` and
> `ichebyfft` into the `numpy.fft` module, utilizing the real FFTs `rfft` and
> `irfft`, respectively
PR #16999: https://github.com/numpy/numpy/pull/16999
Hello all,
this PR adds the two 1D Chebyshev transform functions `chebyfft` and
`ichebyfft` into the `numpy.fft` module, utilizing the real FFTs `rfft` and
`irfft`, respectively. As far as I understand, `pockefft` does not support
cosine transfo