Skip to content

Commit b9d2146

Browse files
authored
docs error
1 parent 26ad5d1 commit b9d2146

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lu.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,10 @@ U factor:
133133
134134
julia> B = [8 3; 12 3]
135135
2×2 Matrix{Int64}:
136-
8 3
136+
8 3
137137
12 3
138138
139-
julia> F2 = lu!(F,A)
139+
julia> F2 = lu!(F,B)
140140
LU{Float64, Matrix{Float64}, Vector{Int64}}
141141
L factor:
142142
2×2 Matrix{Float64}:

0 commit comments

Comments
 (0)