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-11-03 03:13:27 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
f256ef8d6ffb1574c32cf4ff5dc1b0a49b7fd93e
gonum
/
interp
History
Dan Kortschak
d8ad7756b6
all: fix spelling and typos
2022-03-14 21:32:06 +10:30
..
cubic_test.go
interp: add not-a-knot cubic spline interpolator (
#1679
)
2021-06-23 17:27:27 +02:00
cubic.go
interp: add not-a-knot cubic spline interpolator (
#1679
)
2021-06-23 17:27:27 +02: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_example_test.go
interp: Add Fritsch-Butland piecewise cubic interpolation method
2020-08-27 13:58:23 +01:00
interp_test.go
interp: Fix error in calculateSlopes for two (X, Y) points. (
#1586
)
2021-03-15 21:57:27 +01:00
interp.go
all: fix spelling and typos
2022-03-14 21:32:06 +10:30
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.