Skip to content

Commit 7ad8597

Browse files
committed
import FFTW: rfft, irfft
1 parent a0a0859 commit 7ad8597

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

REQUIRE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ StatsBase
44
Distributions
55
Optim
66
Interpolations
7+
FFTW

src/KernelDensity.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ using Interpolations
1111
import Base: conv
1212
import StatsBase: RealVector, RealMatrix
1313
import Distributions: twoπ, pdf
14+
import FFTW: rfft, irfft
1415

1516
export kde, kde_lscv, UnivariateKDE, BivariateKDE, InterpKDE, pdf
1617

@@ -21,4 +22,3 @@ include("bivariate.jl")
2122
include("interp.jl")
2223

2324
end # module
24-

0 commit comments

Comments
 (0)