Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/cholesky.jl
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ julia> C.U
⋅ ⋅ 3.0

julia> C.L
3×3 LowerTriangular{Float64, Adjoint{Matrix{Float64}}}:
3×3 LowerTriangular{Float64, {Matrix{Float64}}:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't look right, or? Maybe

Suggested change
3×3 LowerTriangular{Float64, {Matrix{Float64}}:
3×3 LowerTriangular{Float64, Matrix{Float64}}:

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There must be a mismatch between used code and tests in the failing doctest. This has been changed deliberately lately IIRC.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My guess is that the docs don't run with the custom sysimage and are in fact testing the bundled LinearAlgebra. Could that be correct?

2.0 ⋅ ⋅
6.0 1.0 ⋅
-8.0 5.0 3.0
Expand Down