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 6273703 commit ef9bb41Copy full SHA for ef9bb41
src/Krylov.jl
@@ -63,5 +63,5 @@ include("craigmr.jl")
63
include("cg_lanczos_shift.jl")
64
include("cgls_lanczos_shift.jl")
65
66
-include("krylov_solve.jl")
+include("interface.jl")
67
end
src/krylov_solve.jl renamed to src/interface.jl
test/runtests.jl
@@ -47,6 +47,6 @@ include("test_cr.jl")
47
48
include("test_allocations.jl")
49
include("test_mp.jl")
50
-include("test_solvers.jl")
+include("test_interface.jl")
51
include("test_warm_start.jl")
52
include("test_verbose.jl")
test/test_solvers.jl renamed to test/test_interface.jl
0 commit comments