You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for identifying. The description for the upper Cholesky decomposition is incorrect. Feel free to submit a PR fixing this typo. The change should be backported to prior revisions of the standard.
Noted by @izaid here: numpy/numpy#24451 (comment)
U^H
should come beforeU
.Example of discrepancy with the SciPy docs: https://docs.scipy.org/doc/scipy/reference/generated/scipy.linalg.cholesky.html. The SciPy version is consistent with other material I have found online.
The text was updated successfully, but these errors were encountered: