Skip to content

Commit a92bb59

Browse files
committed
DirectLdiv! is more robust
1 parent 6fe3b2a commit a92bb59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/LinearSolveBandedMatricesExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import LinearSolve: defaultalg,
66

77
# Defaults for BandedMatrices
88
function defaultalg(A::BandedMatrix, b, ::OperatorAssumptions)
9-
return DefaultLinearSolver(DefaultAlgorithmChoice.QRFactorization)
9+
return DefaultLinearSolver(DefaultAlgorithmChoice.DirectLdiv!)
1010
end
1111

1212
function defaultalg(A::Symmetric{<:Number, <:BandedMatrix}, b, ::OperatorAssumptions)

0 commit comments

Comments
 (0)