Commit Graph

6 Commits

Author SHA1 Message Date
Dan Kortschak
cdc3ef589f spatial/r3: fix deprecation syntax so it is recognised by pkgsite 2022-09-04 19:21:13 +09:30
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
Patricio Whittingslow
c5022baf71 spatial/r3: deprecate Skew package level function in favor of method
This is preferred to prevent heap allocations.
2022-07-30 10:02:18 +09:30
Dan Kortschak
92bbdcdd97 spatial/r3: use array conversion in safe code 2022-03-11 06:38:45 +10:30
Dan Kortschak
809af93335 spatial/r3: remove duplicated API 2022-02-25 19:55:40 +10:30
Dan Kortschak
735c35c056 spatial/r3: provide safe option for Mat operations 2022-01-08 06:32:22 +10:30