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
Hi all,
There will be a NumPy Community meeting Wednesday Agust 5th at 1pm
Pacific Time (20:00 UTC). Everyone is invited and encouraged to
join in and edit the work-in-progress meeting topics and notes at:
https://hackmd.io/76o-IxCjQX2mOXO_wwkcpg?both
Best wishes
Sebastian
signature.asc
Desc
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 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