Commit Graph

8 Commits

Author SHA1 Message Date
Dan Kortschak
5f0141ca4c all: run gofmt and generate all packages
Changes made in dsp/fourier/internal/fftpack break the formatting used
there, so these are reverted. There will be complaints in CI.

[git-generate]
gofmt -w .
go generate gonum.org/v1/gonum/blas
go generate gonum.org/v1/gonum/blas/gonum
go generate gonum.org/v1/gonum/unit
go generate gonum.org/v1/gonum/unit/constant
go generate gonum.org/v1/gonum/graph/formats/dot
go generate gonum.org/v1/gonum/graph/formats/rdf
go generate gonum.org/v1/gonum/stat/card

git checkout -- dsp/fourier/internal/fftpack
2022-08-06 07:05:17 +09:30
Dan Kortschak
7a99c7bee7 spatial/{kdtree,vptree}: fix lint warnings
Identified by staticcheck.
2019-10-13 07:05:16 +10:30
Dan Kortschak
e51f19f66e all: gofmt -s 2019-09-08 18:45:57 +09:30
Dan Kortschak
bee27756d3 spatial/kdtree: use rand.Shuffle 2019-05-08 08:27:51 +09:30
Dan Kortschak
f9ced58897 spatial/kdtree: use conventional ordering for inequality 2019-05-08 08:27:51 +09:30
Dan Kortschak
2c62e0b552 spatial/kdtree: clean up documentation for partitioning functions 2019-05-08 08:27:51 +09:30
Dan Kortschak
47bcef0d7f spatial/kdtree: fix error in NearestSet benchmark
The NKeeper was not reset each iteration, so after the first call
essentially no work was being done.
2019-05-08 08:27:51 +09:30
Dan Kortschak
fb5cd163d9 spatial/kdtree: new package implementing k-d tree storage 2019-05-06 21:23:30 +09:30