JuliaApproximation/ClassicalOrthogonalPolynomials.jl

Identity mapping wT -> wU

Opened this issue · 1 comments

More of a question than an issue. The following works just fine:

Weighted(ChebyshevT())\Weighted(ChebyshevU())

but

Weighted(ChebyshevU())\Weighted(ChebyshevT())

throws an ERROR: OutOfMemoryError() message. Is this expected behaviour? Or do we want something similar to T\U?

Yes it should be like T \ U and return a lazy inverse