Skip to content

Commit 34be56b

Browse files
committed
Import BlockBandedMatrix explicitly
1 parent aaa035b commit 34be56b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ApproxFunOrthogonalPolynomials.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ using FastTransforms: plan_chebyshevtransform, plan_chebyshevtransform!,
8181
plan_ichebyshevtransform, plan_ichebyshevtransform!,
8282
pochhammer, lgamma
8383

84-
import BlockBandedMatrices: blockbandwidths
84+
import BlockBandedMatrices: blockbandwidths, BlockBandedMatrix
8585

8686
# we need to import all special functions to use Calculus.symbolic_derivatives_1arg
8787
import SpecialFunctions: erfcx, dawson,

0 commit comments

Comments
 (0)