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 3a8d8c6 commit 28cb758Copy full SHA for 28cb758
test/lobpcg.jl
@@ -19,7 +19,7 @@ end
19
srand(1234321)
20
@testset "Single eigenvalue" begin
21
@testset "Small full system" begin
22
- n = 50
+ n = 10
23
@testset "Simple eigenvalue problem" begin
24
@testset "Matrix{$T}" for T in (Float32, Float64, Complex64, Complex128)
25
@testset "largest = $largest" for largest in (true, false)
@@ -76,7 +76,7 @@ end
76
end
77
@testset "Two eigenvalues" begin
78
79
80
81
82
0 commit comments