Skip to content

Commit 3109f22

Browse files
committed
Adds pre-planned Padua Transform
1 parent 68b03d5 commit 3109f22

File tree

4 files changed

+301
-162
lines changed

4 files changed

+301
-162
lines changed

src/FastTransforms.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ import Compat: view
99
export cjt, icjt, jjt, plan_cjt, plan_icjt
1010
export leg2cheb, cheb2leg, leg2chebu, ultra2ultra, jac2jac
1111
export gaunt
12-
export padtransform, ipadtransform, padpoints, padeval
12+
export paduatransform, ipaduatransform, paduapoints, paduaeval
13+
export plan_paduatransform, plan_ipaduatransform
1314

1415
# Other module methods and constants:
1516
#export ChebyshevJacobiPlan, jac2cheb, cheb2jac
@@ -25,7 +26,7 @@ include("specialfunctions.jl")
2526
include("clenshawcurtis.jl")
2627
include("fejer.jl")
2728
include("recurrence.jl")
28-
include("PadTransform.jl")
29+
include("PaduaTransform.jl")
2930

3031
abstract FastTransformPlan{D,T}
3132

src/PadTransform.jl

Lines changed: 0 additions & 143 deletions
This file was deleted.

0 commit comments

Comments
 (0)