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 1e3aec2 commit 400bb46Copy full SHA for 400bb46
src/IterativeSolvers.jl
@@ -11,11 +11,10 @@ include("common.jl")
11
include("orthogonalize.jl")
12
include("history.jl")
13
14
-#Specialized factorizations
15
-include("factorization.jl")
+# Factorizations
16
include("hessenberg.jl")
17
18
-#Linear solvers
+# Linear solvers
19
include("stationary.jl")
20
include("stationary_sparse.jl")
21
include("cg.jl")
@@ -25,13 +24,13 @@ include("gmres.jl")
25
24
include("chebyshev.jl")
26
include("idrs.jl")
27
28
-#Eigensolvers
+# Eigensolvers
29
include("simple.jl")
30
31
-#SVD solvers
+# SVD solvers
32
include("svdl.jl")
33
34
-#Least-squares
+# Least-squares
35
include("lsqr.jl")
36
include("lsmr.jl")
37
src/factorization.jl
test/factorization.jl
0 commit comments