Skip to content

Commit f7203ff

Browse files
authored
Merge branch 'master' into st/remove_cholesky_adjoint
2 parents 815e8dd + 3239330 commit f7203ff

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/lib/array.jl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -712,12 +712,6 @@ end
712712
end
713713
end
714714

715-
@adjoint function logdet(C::Cholesky)
716-
return logdet(C), function(Δ)
717-
return ((uplo=nothing, info=nothing, factors=Diagonal(2 .* Δ ./ diag(C.factors))),)
718-
end
719-
end
720-
721715
@adjoint function Matrix(S::UniformScaling, i::Integer, j::Integer)
722716
return Matrix(S, i, j), Δ -> ((λ=tr(Δ),), nothing, nothing)
723717
end

0 commit comments

Comments
 (0)