This website requires JavaScript.
Explore
Help
Sign In
package
/
gonum
Watch
1
Star
0
Fork
0
You've already forked gonum
mirror of
https://github.com/gonum/gonum.git
synced
2025-10-28 01:21:44 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
085e2bc63c50abe5c561181678700829f358b200
gonum
/
interp
History
Roman Werpachowski
41a8e221d0
interp: add a DerivativePredictor interface and implement it in AkimaSpline and PiecewiseCubic
2020-08-10 23:14:54 +01:00
..
doc.go
Add a new interp package with interpolation algorithms: constant, piecewise linear and piecewise constant
2020-07-06 21:40:06 +01:00
interp_test.go
interp: add a DerivativePredictor interface and implement it in AkimaSpline and PiecewiseCubic
2020-08-10 23:14:54 +01:00
interp.go
interp: add a DerivativePredictor interface and implement it in AkimaSpline and PiecewiseCubic
2020-08-10 23:14:54 +01:00
README.md
Add a new interp package with interpolation algorithms: constant, piecewise linear and piecewise constant
2020-07-06 21:40:06 +01:00
README.md
Gonum interp
Package interp is an interpolation package for the Go language.