Skip to content

Commit 8a55761

Browse files
authored
add a square lu!(F::LU,A) test
1 parent 721f077 commit 8a55761

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/lu.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ dimg = randn(n)/2
6767
@test (l*u)[invperm(p),:] a
6868
@test a * inv(lua) Matrix(I, n, n)
6969
@test copy(lua) == lua
70+
@test lu!(copy(lua),a) == lua
7071
if eltya <: BlasFloat
7172
# test conversion of LU factorization's numerical type
7273
bft = eltya <: Real ? LinearAlgebra.LU{BigFloat} : LinearAlgebra.LU{Complex{BigFloat}}

0 commit comments

Comments
 (0)