Skip to content

Commit 6a3dfaf

Browse files
Update LinearSolveBandedMatricesExt.jl
1 parent d4a6c08 commit 6a3dfaf

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
@@ -3,7 +3,7 @@ module LinearSolveBandedMatricesExt
33
using BandedMatrices, LinearAlgebra, LinearSolve
44
import LinearSolve: defaultalg,
55
do_factorization, init_cacheval, DefaultLinearSolver,
6-
DefaultAlgorithmChoice
6+
DefaultAlgorithmChoice, LinearVerbosity
77

88
# Defaults for BandedMatrices
99
function defaultalg(A::BandedMatrix, b, oa::OperatorAssumptions{Bool})

0 commit comments

Comments
 (0)