|
1 | 1 | module ApproxFunBase |
2 | 2 | using Base: AnyDict |
3 | 3 | using Base, BlockArrays, BandedMatrices, BlockBandedMatrices, DomainSets, IntervalSets, |
4 | | - SpecialFunctions, AbstractFFTs, FFTW, SpecialFunctions, DSP, DualNumbers, |
| 4 | + SpecialFunctions, AbstractFFTs, FFTW, SpecialFunctions, DSP, DualNumbers, |
5 | 5 | LinearAlgebra, SparseArrays, LowRankApprox, FillArrays, InfiniteArrays, InfiniteLinearAlgebra #, Arpack |
6 | 6 | import StaticArrays, Calculus |
7 | 7 |
|
8 | 8 | import DomainSets: Domain, indomain, UnionDomain, ProductDomain, FullSpace, Point, elements, DifferenceDomain, |
9 | 9 | Interval, ChebyshevInterval, boundary, ∂, rightendpoint, leftendpoint, |
10 | 10 | dimension, WrappedDomain, VcatDomain, component, components, ncomponents |
11 | 11 |
|
12 | | - |
| 12 | + |
13 | 13 |
|
14 | 14 | import AbstractFFTs: Plan, fft, ifft |
15 | 15 | import FFTW: plan_r2r!, fftwNumber, REDFT10, REDFT01, REDFT00, RODFT00, R2HC, HC2R, |
@@ -64,7 +64,7 @@ import BandedMatrices: bandrange, bandshift, |
64 | 64 | colstart, colstop, colrange, rowstart, rowstop, rowrange, |
65 | 65 | bandwidths, _BandedMatrix, BandedMatrix |
66 | 66 |
|
67 | | -import BlockArrays: blocksize, block, blockaxes, blockindex |
| 67 | +import BlockArrays: blocksize, block, blockaxes, blockindex |
68 | 68 | import BlockBandedMatrices: blockbandwidth, blockbandwidths, blockcolstop, blockcolrange, |
69 | 69 | blockcolstart, blockrowstop, blockrowstart, blockrowrange, |
70 | 70 | subblockbandwidth, subblockbandwidths, _BlockBandedMatrix, |
|
0 commit comments