Skip to content

Wrong call on cholesky rrule #611

@theogf

Description

@theogf

Identified in JuliaStats/PDMats.jl#159

When calling the cholesky rrule, there is an error in the code at

Ū = Δ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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions