We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4839af commit 08a429bCopy full SHA for 08a429b
src/clenshawcurtis.jl
@@ -1,3 +1,5 @@
1
+plan_clenshawcurtis(μ) = length(μ) > 1 ? FFTW.plan_r2r!(μ, FFTW.REDFT00) : ones(μ)'
2
+
3
"""
4
Compute nodes of the Clenshaw—Curtis quadrature rule.
5
0 commit comments