Commit Graph

10 Commits

Author SHA1 Message Date
Dan Kortschak
6f1c60918e spatial/r3: add Jacobian layout description to doc comment 2022-09-02 19:20:57 +09:30
Patricio Whittingslow
0bc95eb1d3 spatial/r3: add Jacobian 2022-09-02 18:32:40 +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
Patricio Whittingslow
b8506697fa r3.Mat: add Hessian 2022-07-29 18:35:20 +09:30
Dan Kortschak
809af93335 spatial/r3: remove duplicated API 2022-02-25 19:55:40 +10:30
Vladimir Chalupecky
8e43cfd19a spatial/r3: fix doc comments to start with function name 2022-02-23 22:29:02 +01:00
soypat
f96a8ce86c spatial/r3: add Mat Outer,Det,RotateQuat methods 2022-02-23 22:22:23 +10:30
Dan Kortschak
735c35c056 spatial/r3: provide safe option for Mat operations 2022-01-08 06:32:22 +10:30
Patricio Whittingslow
538cdf8fac spatial/r3: add Mat type 2021-12-16 21:29:45 +10:30