We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11cb452 commit 91ef2adCopy full SHA for 91ef2ad
1 file changed
src/GramMatrix.jl
@@ -263,7 +263,7 @@ end
263
264
Construct a Chebyshev--Gram matrix of size `(length(μ)+1)÷2` with entries:
265
```math
266
-2 W[i, j] = µ_{|i-j|+1} + µ_{i+j-1}.
+2 W[i, j] = µ[|i-j|+1] + µ[i+j-1].
267
```
268
Due to the linearization of a product of two first-kind Chebyshev polynomials,
269
the Chebyshev--Gram matrix can be constructed from modified Chebyshev moments:
0 commit comments