k3s/vendor/gonum.org/v1/gonum/floats
Darren Shepherd 8031137b79 Update vendor
2019-08-30 23:08:05 -07:00
..
doc.go Update vendor 2019-08-30 23:08:05 -07:00
floats.go Update vendor 2019-08-30 23:08:05 -07:00
README.md Update vendor 2019-08-30 23:08:05 -07:00

Gonum floats GoDoc

Package floats provides a set of helper routines for dealing with slices of float64. The functions avoid allocations to allow for use within tight loops without garbage collection overhead.