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 70a3144 commit 62311aeCopy full SHA for 62311ae
ext/LinearSolveForwardDiffExt.jl
@@ -128,7 +128,7 @@ function SciMLBase.init(
128
abstol = LinearSolve.default_tol(real(eltype(prob.b))),
129
reltol = LinearSolve.default_tol(real(eltype(prob.b))),
130
maxiters::Int = length(prob.b),
131
- verbose::Bool = false,
+ verbose = LinearVerbosity(),
132
Pl = nothing,
133
Pr = nothing,
134
assumptions = OperatorAssumptions(issquare(prob.A)),
0 commit comments