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 53d4382 commit b2d42ddCopy full SHA for b2d42dd
lib/NonlinearSolveBase/src/linear_solve.jl
@@ -75,7 +75,7 @@ function construct_linear_solver(alg, linsolve, A, b, u; stats, kwargs...)
75
# unlias here, we will later use these as caches
76
lincache = init(
77
linprob, linsolve; alias = LinearAliasSpecifier(alias_A = false, alias_b = false))
78
- return LinearSolveJLCache(lincache, linsolve, nothing, stats)
+ return LinearSolveJLCache(lincache, linsolve, stats)
79
end
80
81
function (cache::NativeJLLinearSolveCache)(;
0 commit comments