Skip to content

Commit 8b243d2

Browse files
committed
Add a KrylovSolver for each method
1 parent e2c82fa commit 8b243d2

File tree

2 files changed

+632
-0
lines changed

2 files changed

+632
-0
lines changed

src/Krylov.jl

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ module Krylov
33
using LinearOperators, LinearAlgebra, SparseArrays, Printf
44

55
include("krylov_stats.jl")
6+
include("krylov_solvers.jl")
67
include("krylov_utils.jl")
78

89
include("cg.jl")

0 commit comments

Comments
 (0)