Skip to content

Commit 9a3ebf4

Browse files
committed
Update module defintion.
1 parent 93bb168 commit 9a3ebf4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/FastTransforms.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ export leg2cheb, cheb2leg, leg2chebu, ultra2ultra, jac2jac
1111
export gaunt
1212
export paduatransform, ipaduatransform, paduatransform!, ipaduatransform!, paduapoints
1313
export plan_paduatransform!, plan_ipaduatransform!
14+
export nufft, nufft1, nufft2, nufft3
15+
export nufft_plan nufft1_plan, nufft2_plan, nufft3_plan
1416

1517
# Other module methods and constants:
1618
#export ChebyshevJacobiPlan, jac2cheb, cheb2jac
@@ -37,6 +39,7 @@ include("cheb2jac.jl")
3739
include("ChebyshevUltrasphericalPlan.jl")
3840
include("ultra2cheb.jl")
3941
include("cheb2ultra.jl")
42+
include("nufft.jl")
4043

4144
include("cjt.jl")
4245

0 commit comments

Comments
 (0)