Skip to content

Commit 7275b86

Browse files
two more tests
1 parent bc350a6 commit 7275b86

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/test_lulinv.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ U factor:
134134
@test p == [2, 1]
135135
@test A[p, p] == L*U/L
136136
F = lulinv(A, λ)
137-
F\A
137+
@test F\A I
138+
@test A/F I
138139
end
139140
end

0 commit comments

Comments
 (0)