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 8b4e443 commit ff84c9aCopy full SHA for ff84c9a
src/common.jl
@@ -338,6 +338,7 @@ function SciMLBase.solve(prob::StaticLinearProblem,
338
alg, u, nothing, prob; retcode = ReturnCode.Success)
339
end
340
341
+# Here to make sure that StaticLinearProblems with Dual elements don't create a Dual linear cache
342
function SciMLBase.init(prob::StaticLinearProblem, alg::SciMLLinearSolveAlgorithm,
343
args...;
344
alias = LinearAliasSpecifier(),
0 commit comments