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.
BlockBandedMatrix
1 parent aaa035b commit 34be56bCopy full SHA for 34be56b
src/ApproxFunOrthogonalPolynomials.jl
@@ -81,7 +81,7 @@ using FastTransforms: plan_chebyshevtransform, plan_chebyshevtransform!,
81
plan_ichebyshevtransform, plan_ichebyshevtransform!,
82
pochhammer, lgamma
83
84
-import BlockBandedMatrices: blockbandwidths
+import BlockBandedMatrices: blockbandwidths, BlockBandedMatrix
85
86
# we need to import all special functions to use Calculus.symbolic_derivatives_1arg
87
import SpecialFunctions: erfcx, dawson,
0 commit comments