forked from JuliaDiff/ChainRules.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
rrule
for complex-valued determinants (JuliaDiff#601)
* Fix rrule for det of complex matrix * Add test of rules for complex determinant * `ΔΩ * inv(x)'` ⇒ `inv(x)' * dot(Ω, ΔΩ)` Co-authored-by: Seth Axen <[email protected]> * Use a random matrix as a seed for the unitary * Bump patch number * Use `U = exp(B - B')` as complex `det` test matrix Co-authored-by: Seth Axen <[email protected]> Co-authored-by: Seth Axen <[email protected]>
- Loading branch information
Showing
3 changed files
with
8 additions
and
2 deletions.
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