Skip to content

Commit e920168

Browse files
committed
remove change_basis function and some exports
1 parent cb8fbfc commit e920168

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

src/BasisFunctions.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -303,9 +303,6 @@ export Legendre, Jacobi, Laguerre, Hermite,
303303
leading_order_coefficient,
304304
ops_roots
305305

306-
# from specialOPS.jl
307-
export HalfRangeChebyshevIkind, HalfRangeChebyshevIIkind, WaveOPS,
308-
diagonal, isdiagonal
309306

310307
## Includes
311308

@@ -361,7 +358,7 @@ include("computations/evaluation.jl")
361358
include("computations/approximation.jl")
362359
include("computations/differentiation.jl")
363360
include("computations/conversion.jl")
364-
include("computations/generic_operators.jl")
361+
include("computations/product.jl")
365362
include("computations/fun.jl")
366363

367364
################################################################

src/computations/conversion.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,6 @@ end
152152
# Generic conversion
153153
###############################
154154

155-
change_basis(F1::Expansion; dest::Dictionary) =
156-
conversion(dictionary(F1), dest) * F1
157-
158155
noconversion(src, dest) = error("No known exact conversion from $(src) to $(dest).")
159156

160157
conversion(::Type{T}, src, dest; options...) where T =

0 commit comments

Comments
 (0)