Commit f13e0a4
Fix
* 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]>rrule for complex-valued determinants (#601)1 parent 9023d89 commit f13e0a4
File tree
3 files changed
+8
-2
lines changed- src/rulesets/LinearAlgebra
- test/rulesets/LinearAlgebra
3 files changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
122 | 128 | | |
123 | 129 | | |
124 | 130 | | |
| |||
0 commit comments