Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move OP code from ApproxFun Here #15

Open
dlfivefifty opened this issue Jun 19, 2018 · 0 comments
Open

Move OP code from ApproxFun Here #15

dlfivefifty opened this issue Jun 19, 2018 · 0 comments

Comments

@dlfivefifty
Copy link

I'm interested to see this package develop. It would be nice to move out as much of the ApproxFun OP code into this package. For example, we already have implemented the recurrence coefficients, Clenshaw 's algorithm, and various other OP functionality.

Here are the relevant files:

https://github.com/JuliaApproximation/ApproxFun.jl/blob/master/src/Spaces/PolynomialSpace.jl
https://github.com/JuliaApproximation/ApproxFun.jl/tree/master/src/Spaces/Hermite
https://github.com/JuliaApproximation/ApproxFun.jl/tree/master/src/Spaces/Jacobi
https://github.com/JuliaApproximation/ApproxFun.jl/blob/master/src/Spaces/Chebyshev/Chebyshev.jl
https://github.com/JuliaApproximation/ApproxFun.jl/tree/master/src/Spaces/Laguerre
https://github.com/JuliaApproximation/ApproxFun.jl/blob/master/src/LinearAlgebra/clenshaw.jl

I'm happy to help anyway I can.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant