Skip to content

Commit 91ef2ad

Browse files
Update GramMatrix.jl
1 parent 11cb452 commit 91ef2ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GramMatrix.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ end
263263
264264
Construct a Chebyshev--Gram matrix of size `(length(μ)+1)÷2` with entries:
265265
```math
266-
2 W[i, j] = µ_{|i-j|+1} + µ_{i+j-1}.
266+
2 W[i, j] = µ[|i-j|+1] + µ[i+j-1].
267267
```
268268
Due to the linearization of a product of two first-kind Chebyshev polynomials,
269269
the Chebyshev--Gram matrix can be constructed from modified Chebyshev moments:

0 commit comments

Comments
 (0)