JuliaApproximation / ApproxFun.jl

Julia package for function approximation
http://juliaapproximation.github.io/ApproxFun.jl/
Other
541 stars 70 forks source link

Fix Multiplication/Recurrence for ChebyshevDirichlet #285

Closed dlfivefifty closed 8 years ago

dlfivefifty commented 8 years ago

ChebyshevDirichlet <: PolynomialSpace but doesn't implement the appropriate Recurrence operator...

dlfivefifty commented 8 years ago

ChebyshevDirichlet is equivalent to JacobiWeight(1,1,Ultraspherical{1}()) up to scaling apart from the first two modes. This might help with this.

dlfivefifty commented 8 years ago

This has been implemented.