Skip to content

Commit 0828e33

Browse files
committed
Remove bandeddata
1 parent 19f0d6e commit 0828e33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SemiclassicalOrthogonalPolynomials.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ using ClassicalOrthogonalPolynomials, FillArrays, LazyArrays, ArrayLayouts, Quas
66
import Base: getindex, axes, size, \, /, *, +, -, summary, show, ==, copy, sum, unsafe_getindex, convert, OneTo, diff
77

88
import ArrayLayouts: MemoryLayout, ldiv, diagonaldata, subdiagonaldata, supdiagonaldata
9-
import BandedMatrices: bandwidths, AbstractBandedMatrix, BandedLayout, _BandedMatrix, bandeddata
9+
import BandedMatrices: bandwidths, AbstractBandedMatrix, BandedLayout, _BandedMatrix
1010
import LazyArrays: resizedata!, paddeddata, CachedVector, CachedMatrix, CachedAbstractVector, LazyMatrix, LazyVector, arguments, ApplyLayout, colsupport, AbstractCachedVector, ApplyArray,
1111
AccumulateAbstractVector, LazyVector, AbstractCachedMatrix, BroadcastLayout, simplifiable
1212
import ClassicalOrthogonalPolynomials: OrthogonalPolynomial, recurrencecoefficients, jacobimatrix, normalize, _p0, UnitInterval, orthogonalityweight, NormalizedOPLayout, MappedOPLayout,

0 commit comments

Comments
 (0)