-
Notifications
You must be signed in to change notification settings - Fork 95
Closed
Description
Identified in JuliaStats/PDMats.jl#159
When calling the cholesky rrule, there is an error in the code at
| Ū = ΔC.U |
Ū = ΔC.U will be NoTangent() since the Tangent of Cholesky object does not contain the field U.
I think it should be Ū = ΔC.factors
Metadata
Metadata
Assignees
Labels
No labels