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 d4a6c08 commit 6a3dfafCopy full SHA for 6a3dfaf
ext/LinearSolveBandedMatricesExt.jl
@@ -3,7 +3,7 @@ module LinearSolveBandedMatricesExt
3
using BandedMatrices, LinearAlgebra, LinearSolve
4
import LinearSolve: defaultalg,
5
do_factorization, init_cacheval, DefaultLinearSolver,
6
- DefaultAlgorithmChoice
+ DefaultAlgorithmChoice, LinearVerbosity
7
8
# Defaults for BandedMatrices
9
function defaultalg(A::BandedMatrix, b, oa::OperatorAssumptions{Bool})
0 commit comments