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 9c7728a commit c8ce23aCopy full SHA for c8ce23a
src/utility/iterativesolvers.jl
@@ -1,7 +1,7 @@
1
# This file contains the definition of the IterativeSolver type and the solve! function.
2
# Attempts to remove as much of the boilerplate code as possible from the iterative solvers.
3
4
-mutable struct IterativeSolver{A,B<:NamedTuple}
+mutable struct IterativeSolver{A,B}
5
alg::A
6
state::B
7
end
0 commit comments