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 ed830ae commit b0f4377Copy full SHA for b0f4377
test/cg.jl
@@ -3,6 +3,7 @@ using LinearMaps
3
using Test
4
using LinearAlgebra
5
using SparseArrays
6
+using Random
7
8
import LinearAlgebra.ldiv!
9
test/gmres.jl
@@ -3,6 +3,7 @@ using Test
using LinearMaps
using Random
+using SparseArrays
#GMRES
@testset "GMRES" begin
test/minres.jl
@@ -1,5 +1,8 @@
1
using IterativeSolvers
2
+using LinearAlgebra
@testset "MINRES" begin
@@ -64,4 +67,4 @@ end
64
67
@test hist.isconverged
65
68
end
66
69
-end
70
+end
0 commit comments