Skip to content

Commit 7dd9ef0

Browse files
committed
Move space-independent code
1 parent f9cdbdf commit 7dd9ef0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+10851
-720
lines changed

src/.DS_Store

6 KB
Binary file not shown.

src/ApproxFunBase.jl

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ import BlockArrays: nblocks, blocksize, global2blockindex, globalrange, BlockSiz
6262

6363
import BandedMatrices: bandrange, bandshift,
6464
inbands_getindex, inbands_setindex!, bandwidth, AbstractBandedMatrix,
65-
flipsign,
6665
colstart, colstop, colrange, rowstart, rowstop, rowrange,
6766
bandwidths, _BandedMatrix, BandedMatrix
6867

@@ -107,6 +106,11 @@ export .., Interval, ChebyshevInterval, leftendpoint, rightendpoint, endpoints,
107106
include("LinearAlgebra/LinearAlgebra.jl")
108107
include("Fun.jl")
109108
include("Domains/Domains.jl")
110-
109+
include("Multivariate/Multivariate.jl")
110+
include("Operators/Operator.jl")
111+
include("Caching/caching.jl")
112+
include("PDE/PDE.jl")
113+
include("Spaces/Spaces.jl")
114+
include("testing.jl")
111115

112116
end #module

0 commit comments

Comments
 (0)