Skip to content

Commit a32724f

Browse files
Auto stash before merge of "main" and "origin/main"
1 parent ca6b9c0 commit a32724f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/default.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
needs_concrete_A(alg::DefaultLinearSolver) = true
12
mutable struct DefaultLinearSolverInit{T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12,
23
T13, T14, T15, T16}
34
LUFactorization::T1

test/basictests.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,8 @@ end
204204
for alg in (LUFactorization(),
205205
QRFactorization(),
206206
SVDFactorization(),
207-
RFLUFactorization())
207+
RFLUFactorization(),
208+
LinearSolve.defaultalg(prob1.A, prob1.b))
208209
@testset "$alg" begin
209210
test_interface(alg, prob1, prob2)
210211
end

0 commit comments

Comments
 (0)