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 dcf2bae commit ae638b1Copy full SHA for ae638b1
benchmarks/steadystate.jl
@@ -11,7 +11,7 @@ function benchmark_steadystate!(SUITE)
11
12
SUITE["Steadystate"]["Direct"] = @benchmarkable steadystate($H, $c_ops)
13
14
- SUITE["Steadystate"]["Iterative"] = @benchmarkable steadystate($H, $c_ops; solver = SteadyStateLinearSolve())
+ SUITE["Steadystate"]["Iterative"] = @benchmarkable steadystate($H, $c_ops; solver = SteadyStateLinearSolver())
15
16
SUITE["Steadystate"]["ODE"] = @benchmarkable steadystate($H, $c_ops; solver = SteadyStateODESolver())
17
0 commit comments