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 42ef6f2 commit d0c4751Copy full SHA for d0c4751
ext/LinearSolveFastAlmostBandedMatricesExt.jl
@@ -3,7 +3,7 @@ module LinearSolveFastAlmostBandedMatricesExt
3
using FastAlmostBandedMatrices, LinearAlgebra, LinearSolve
4
import LinearSolve: defaultalg,
5
do_factorization, init_cacheval, DefaultLinearSolver,
6
- DefaultAlgorithmChoice
+ DefaultAlgorithmChoice, LinearVerbosity
7
8
function defaultalg(A::AlmostBandedMatrix, b, oa::OperatorAssumptions{Bool})
9
if oa.issq
0 commit comments