@@ -10,15 +10,15 @@ import Base: axes, in, ==, *, ^, \, copy, copyto!, OneTo, getindex, size, oneto,
1010import Base. Broadcast: Broadcasted, broadcasted, DefaultArrayStyle
1111import DomainSets: boundary
1212
13- import QuasiArrays: LazyQuasiMatrix, LazyQuasiArrayStyle
13+ import QuasiArrays: LazyQuasiMatrix, LazyQuasiArrayStyle, domain
1414import ContinuumArrays: @simplify , Weight, weight, grid, plotgrid, TransformFactorization, ExpansionLayout, plotvalues, unweighted
1515
1616import ArrayLayouts: MemoryLayout, sublayout, sub_materialize
1717import BlockArrays: block, blockindex, BlockSlice, viewblock, blockcolsupport, AbstractBlockStyle, BlockStyle
1818import BlockBandedMatrices: _BandedBlockBandedMatrix, AbstractBandedBlockBandedMatrix, _BandedMatrix, blockbandwidths, subblockbandwidths
1919import LinearAlgebra: factorize
2020import LazyArrays: arguments, paddeddata, LazyArrayStyle, LazyLayout
21- import LazyBandedMatrices: LazyBandedBlockBandedLayout, AbstractBandedBlockBandedLayout, AbstractLazyBandedBlockBandedLayout
21+ import LazyBandedMatrices: LazyBandedBlockBandedLayout, AbstractBandedBlockBandedLayout, AbstractLazyBandedBlockBandedLayout, _krontrav_axes
2222import InfiniteArrays: InfiniteCardinal
2323
2424import ClassicalOrthogonalPolynomials: jacobimatrix, Weighted, orthogonalityweight, HalfWeighted, WeightedBasis
@@ -31,9 +31,10 @@ export MultivariateOrthogonalPolynomial, BivariateOrthogonalPolynomial,
3131 DunklXuDisk, DunklXuDiskWeight, WeightedDunklXuDisk,
3232 Zernike, ZernikeWeight, zerniker, zernikez,
3333 PartialDerivative, Laplacian, AbsLaplacianPower, AngularMomentum,
34- RadialCoordinate, Weighted, Block, jacobimatrix
34+ RadialCoordinate, Weighted, Block, jacobimatrix, KronPolynomial, RectPolynomial
3535
3636include (" ModalInterlace.jl" )
37+ include (" rect.jl" )
3738include (" disk.jl" )
3839include (" rectdisk.jl" )
3940include (" triangle.jl" )
0 commit comments