Commit 616d85d
committed
Fix decomposition in docs for FactorizedH
For complex matrices, the decomposition is actually
`A = P * U * D * U^H * P^T`, not `A = P * U * D * U^T * P^T`.
(For real matrices, the Hermitian and transpose are equivalent.)1 parent 4d9d6cf commit 616d85d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
0 commit comments