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 1996cae commit b16a674Copy full SHA for b16a674
src/default.jl
@@ -62,6 +62,7 @@ function SciMLBase.solve(cache::LinearCache, alg::Nothing,
62
# it makes sense according to the benchmarks, which is dependent on
63
# whether MKL or OpenBLAS is being used
64
if A isa Matrix
65
+ b = cache.b
66
if (A === nothing || eltype(A) <: Union{Float32,Float64,ComplexF32,ComplexF64}) &&
67
ArrayInterface.can_setindex(b)
68
if length(b) <= 10
0 commit comments