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-18 21:15:23 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
0acd6516a6f90cb1b5f441ffbe389cb19b07f73b
gonum
/
interp
History
Roman Werpachowski
a473f3f2b1
interp: Fix error in calculateSlopes for two (X, Y) points. (
#1586
)
2021-03-15 21:57:27 +01:00
..
cubic_test.go
interp: Move out cubic spline code to a separate file
2020-09-21 10:28:08 +01:00
cubic.go
interp: Move out cubic spline code to a separate file
2020-09-21 10:28:08 +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_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
interp: Fix error in calculateSlopes for two (X, Y) points. (
#1586
)
2021-03-15 21:57:27 +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.