File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ abstract type AbstractGramMatrix{T} <: LayoutMatrix{T} end
77"""
88 GramMatrix(W::AbstractMatrix, X::AbstractMatrix)
99
10- Construct a Gram matrix of size ``size(W)`` with data stored in ``W``.
10+ Construct a symmetric positive-definite Gram matrix with data stored in ``W``.
1111Given a family of orthogonal polynomials ``{\\ bf P}(x) = \\ {p_0(x), p_1(x),\\ ldots\\ }``
1212and a continuous inner product ``\\ langle f, g\\ rangle``, the Gram matrix is defined by:
1313```math
161161"""
162162 ChebyshevGramMatrix(μ::AbstractVector)
163163
164- Construct a Chebyshev--Gram matrix of size `` (length(μ)+1)÷2` ` with entries:
164+ Construct a Chebyshev--Gram matrix of size `(length(μ)+1)÷2` with entries:
165165```math
166166W_{i,j} = \\ frac{\\ mu_{|i-j|+1} +\\ mu_{i+j-1}}{2}.
167167```
You can’t perform that action at this time.
0 commit comments