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 ba538e7 commit 417817cCopy full SHA for 417817c
test/cuda/factorizations.jl
@@ -429,8 +429,8 @@ for V in spacelist
429
)
430
project_hermitian!(t)
431
vals = @constinferred LinearAlgebra.eigvals(t)
432
- λmax = maximum(s -> maximum(abs, s), values(vals))
433
- λmin = minimum(s -> minimum(abs, s), values(vals))
+ λmax = maximum(abs, parent(vals))
+ λmin = minimum(abs, parent(vals))
434
@test cond(t) ≈ λmax / λmin
435
end
436
0 commit comments