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 e74e533 commit dbfbcdcCopy full SHA for dbfbcdc
ext/LinearSolveRecursiveFactorizationExt.jl
@@ -50,7 +50,7 @@ function SciMLBase.solve!(cache::LinearCache, alg::RFLUFactorization{P, T};
50
51
cache.isfresh = false
52
end
53
- y = ldiv!(cache.u, @get_cacheval(cache, :RFLUFactorization)[1], cache.b)
+ y = ldiv!(cache.u, LinearSolve.@get_cacheval(cache, :RFLUFactorization)[1], cache.b)
54
SciMLBase.build_linear_solution(alg, y, nothing, cache)
55
56
0 commit comments