Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ready-steady/adapt
Adaptive hierarchical interpolation
https://github.com/ready-steady/adapt
approximation interpolation
Last synced: about 2 months ago
JSON representation
Adaptive hierarchical interpolation
- Host: GitHub
- URL: https://github.com/ready-steady/adapt
- Owner: ready-steady
- License: mit
- Created: 2014-08-22T12:11:33.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-11-26T08:19:15.000Z (about 7 years ago)
- Last Synced: 2024-06-20T22:33:00.404Z (6 months ago)
- Topics: approximation, interpolation
- Language: Go
- Homepage:
- Size: 928 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Adapt [![Build Status][status-img]][status-url]
The repository provides algorithms for adaptive hierarchical interpolation on
sparse grids.## Packages
* [algorithm](algorithm)
* [basis](basis)
* [grid](grid)## Contribution
1. Fork the project.
2. Implement your idea.
3. Open a pull request.[status-img]: https://travis-ci.org/ready-steady/adapt.svg?branch=master
[status-url]: https://travis-ci.org/ready-steady/adapt