Wavelet Transforms#
Function Name |
Description |
---|---|
Loopy implementation of mapping from wavelet to pixel space. |
|
Vectorised implementation of mapping from wavelet to pixel space. |
|
Loopy implementation of mapping from pixel to wavelet space. |
|
Vectorised implementation of mapping from pixel to wavelet space. |
Function Name |
Description |
---|---|
JAX implementation of mapping from wavelet to pixel space (Recursive). |
|
JAX implementation of mapping from pixel to wavelet space (Recursive). |
|
JAX implementation of mapping from harmonic to wavelet coefficients only (Recursive). |
|
JAX implementation of mapping from wavelet to pixel space (fully precompute). |
|
JAX implementation of mapping from pixel to wavelet space (fully precompute). |
|
JAX implementation of mapping from harmonic to wavelet coefficients only (fully precompute). |
Function Name |
Description |
---|---|
PyTorch implementation of mapping from wavelet to pixel space (fully precompute). |
|
PyTorch implementation of mapping from pixel to wavelet space (fully precompute). |
|
PyTorch implementation of mapping from harmonic to wavelet coefficients only (fully precompute). |
Function Name |
Description |
---|---|
JAX/PyTorch function to generate precompute arrays for underlying Wigner transforms. |
|
JAX/PyTorch function to generate precompute arrays for fully precompute transforms. |