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 c23fa2b commit 1882adeCopy full SHA for 1882ade
src/adjoint.jl
@@ -29,7 +29,6 @@ specific structure distinct from ``A`` then passing in a `linsolve` will be more
29
end
30
31
function CRC.rrule(T::typeof(SciMLBase.solve), prob::LinearProblem, alg::Nothing, args...; kwargs...)
32
- @show "here?"
33
assump = OperatorAssumptions(issquare(prob.A))
34
alg = defaultalg(prob.A, prob.b, assump)
35
@show alg
0 commit comments