Skip to content

Commit 08a429b

Browse files
committed
restore clenshawcurtis pplan
1 parent a4839af commit 08a429b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/clenshawcurtis.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
plan_clenshawcurtis(μ) = length(μ) > 1 ? FFTW.plan_r2r!(μ, FFTW.REDFT00) : ones(μ)'
2+
13
"""
24
Compute nodes of the Clenshaw—Curtis quadrature rule.
35
"""

0 commit comments

Comments
 (0)