Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/SemiclassicalOrthogonalPolynomials.jl
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,8 @@ equals_layout(::ExpansionLayout, ::AbstractWeightLayout, A, B::SemiclassicalJaco
"""
RaisedOP(P, y)

gives the OPs w.r.t. (y - x) .* w based on lowering to Q.
Gives the OPs w.r.t. (y - x) .* w based on lowering to Q.
"""

struct RaisedOP{T, QQ, LL<:OrthogonalPolynomialRatio} <: OrthogonalPolynomial{T}
Q::QQ
ℓ::LL
Expand Down
Loading