-
Notifications
You must be signed in to change notification settings - Fork 246
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add complex constraint and real Fourier transform. (#1762)
* Add `complex` constraint. * Add real fast Fourier transform. * Remove redundant domain and codomain definitions. * Use numpy for `isreal` check. * Return `log_abs_det_jacobian` with correct batch shape and add test. * Update parameter names for `RealFastFourierTransform`. * Remove `isreal` check. * Broadcast shapes in `log_abs_det_jacobian`. * Update construction of domain and codomain for `RealFastFourierTransform`. * Fix incorrect Jacobian.
- Loading branch information
1 parent
c988ad0
commit 136f7c0
Showing
4 changed files
with
184 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters