We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 721f077 commit 8a55761Copy full SHA for 8a55761
test/lu.jl
@@ -67,6 +67,7 @@ dimg = randn(n)/2
67
@test (l*u)[invperm(p),:] ≈ a
68
@test a * inv(lua) ≈ Matrix(I, n, n)
69
@test copy(lua) == lua
70
+ @test lu!(copy(lua),a) == lua
71
if eltya <: BlasFloat
72
# test conversion of LU factorization's numerical type
73
bft = eltya <: Real ? LinearAlgebra.LU{BigFloat} : LinearAlgebra.LU{Complex{BigFloat}}
0 commit comments