Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Array API: port the Gaussian angular power spectrum functions #488

Open
ntessore opened this issue Jan 27, 2025 · 0 comments
Open

Array API: port the Gaussian angular power spectrum functions #488

ntessore opened this issue Jan 27, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@ntessore
Copy link
Collaborator

ntessore commented Jan 27, 2025

The functions that compute Gaussian angular power spectra for the transformed (e.g. lognormal) fields is currently implemented for NumPy only.

I have started to port the underlying Fast Legendre Transform package flt so that it supports generic Array API backends. This is currently still on the main branch at https://github.com/ntessore/flt but will hopefully have a release soon. It will always require a case-by-case implementation due to the fft.dct/fft.idct calls, but both NumPy and JAX are supported already.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant