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
d8ad7756b6
all: fix spelling and typos
2022-03-14 21:32:06 +10:30
Dan Kortschak
3d32334f97
mat: rename Symmetric method to SymmetricDim
2021-08-23 07:02:27 +09:30
Dan Kortschak
889a9573ff
all: remove redundant bad prefix and make panic strings const
2019-12-02 19:52:03 +10:30
Vincent Thiery
9922db8293
stat: reduce golint warnings
2018-10-15 20:50:06 +10:30
Dan Kortschak
4eed5b6553
all: replace publicly facing *rand.Rand with rand.Source
2018-05-03 07:40:18 +09:30
Brendan Tracey
57620814e8
stat/sampleuv,stat/samplemv: remove individual functions and rename t… ( #357 )
...
* stat/sampleuv,stat/samplemv: remove individual functions and rename types
2017-12-20 23:38:36 -05:00
kortschak
fa0c5aa7bc
all: use golang.org/x/exp/rand instead of math/rand
2017-11-17 11:52:34 +10:30
kortschak
805531d142
all: change capitalization of gonum in license header
2017-11-02 06:54:08 +10:30
kortschak
a1347c0243
all: fix spelling errors
2017-06-20 16:29:35 +09:30
kortschak
33b5a66ba7
mat: remove View* methods
2017-06-17 06:45:53 +09:30
Brendan Tracey
0d639745f1
all: update packages from mat64 to mat.
...
This mostly changes package name and code, but also fixes a couple of name clashes with the new package names
2017-06-13 10:28:21 -06:00
Brendan Tracey
d33397aa65
all: change import paths
2017-05-23 00:03:03 -06:00
Brendan Tracey
61c782d390
stat: imported stat as a subtree
2017-05-23 00:02:52 -06:00