Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)