Skip to content

Commit

Permalink
Use Plan directly from FFTW
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasnoack committed Aug 17, 2017
1 parent 1092096 commit a6c839a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ToeplitzMatrices.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ __precompile__(true)
module ToeplitzMatrices
using Compat, StatsBase, FFTW
using Base.LinAlg: BlasReal, DimensionMismatch
using AbstractFFTs: Plan
using FFTW: Plan

include("iterativeLinearSolvers.jl")

Expand Down

0 comments on commit a6c839a

Please sign in to comment.