Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lxvm/treefuns.jl
Piecewise polynomial function approximation
https://github.com/lxvm/treefuns.jl
Last synced: 2 months ago
JSON representation
Piecewise polynomial function approximation
- Host: GitHub
- URL: https://github.com/lxvm/treefuns.jl
- Owner: lxvm
- License: mit
- Created: 2023-03-11T18:33:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-11T18:34:58.000Z (almost 2 years ago)
- Last Synced: 2024-10-13T22:33:09.315Z (3 months ago)
- Language: Julia
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TreeFuns.jl
This package provides `TreeFun` to construct and evaluate piecewise polynomial
approximations of functions using h-adaptive grids. It derives its functionality
from ApproxFun.jl## Related packages
- [ApproxFun.jl](https://github.com/JuliaApproximation/ApproxFun.jl)
- [TreeFun](https://github.com/danfortunato/treefun)
- [HChebInterp.jl](https://github.com/lxvm/HChebInterp.jl)
- [Baobzi](https://github.com/flatironinstitute/baobzi)