Skip to content

Commit d0c4751

Browse files
Update LinearSolveFastAlmostBandedMatricesExt.jl
1 parent 42ef6f2 commit d0c4751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/LinearSolveFastAlmostBandedMatricesExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module LinearSolveFastAlmostBandedMatricesExt
33
using FastAlmostBandedMatrices, LinearAlgebra, LinearSolve
44
import LinearSolve: defaultalg,
55
do_factorization, init_cacheval, DefaultLinearSolver,
6-
DefaultAlgorithmChoice
6+
DefaultAlgorithmChoice, LinearVerbosity
77

88
function defaultalg(A::AlmostBandedMatrix, b, oa::OperatorAssumptions{Bool})
99
if oa.issq

0 commit comments

Comments
 (0)