Commit Graph

32 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
Dustin Spicuzza
3ace57a6f9 floats: add ArgsortStable function 2021-03-28 09:07:53 +10:30
Dan Kortschak
459f250b3d cmplxs,floats: harmonise docs and panic strings 2020-08-13 15:28:49 +09:30
Dan Kortschak
91fb2f26fb cmplxs,floats: fix comments 2020-08-07 07:59:02 +09:30
Dan Kortschak
da72779e7a floats/scalar: new package containing non-vector functions from floats 2020-08-07 07:59:02 +09:30
Dan Kortschak
6ded9ce79f floats: fix formatting and grammar 2020-06-08 18:43:06 +09:30
Roman Werpachowski
b88fa1fdc9 floats: add compensated summation using Neumaier's algorithm 2020-05-31 07:10:29 +09:30
Sebastien Binet
ba4c768325 floats: fix typo in Same documentation 2020-03-20 08:48:32 +01:00
Dan Kortschak
7e1144f373 floats: match Norm behaviour in Distance 2019-10-25 16:27:36 +10:30
Dan Kortschak
e2ba7f0950 internal/asm,blas,floats: move level 2 norm to asm
This allows sharing of the blas implementation with floats and opens the
possibility of an assembly implementation of this function.
2019-10-25 16:27:36 +10:30
Brendan Tracey
004553317c floats: Implement ScaleTo (#765)
Fixes #737
2018-12-14 18:46:30 +00:00
Chad Kunde
cc0c958a30 floats,asm/f64: add asm routine for sum 2018-10-29 19:26:01 +10:30
Dan Kortschak
36be7e6faa travis: check for copyright headers 2018-09-05 16:54:43 +09:30
Francesc Campoy
46d1865d43 floats: use asm version of AddConst when available 2018-08-01 02:05:33 -07:00
Dan Kortschak
e558b37b29 floats: fix nearest, span and min/max index behaviours
* Fix nearest and span behaviours
* Fix max and min behaviour for NaN-containing slices
* Unexport exported test helpers
2018-02-25 13:57:12 +10:30
kortschak
39ce232e1a floats: fix Same for NaN/N 2018-01-31 07:26:30 +10:30
Dan Kortschak
95704fa00e floats: add functions for handling NaN payloads
This handles the simple case of ignoring sign and only dealing with
quiet NaN values since signalling NaN would require that we check that
at least one of the low bits was set and fail somehow if not.

Note that Go treats all NaNs as silent.
2017-11-20 20:20:44 +10:30
kortschak
81f1289e48 all: run Go tip gofmt -s 2017-11-16 17:54:36 +10:30
Janne Snabb
f01292bb52 floats: Fix Argsort documentation. 2017-09-02 17:53:34 +09:30
mewmew
7e53ef2fae all: use fixdocs tool to store package documentation in doc.go
Add copyright header to doc.go

Keep original comment style (e.g. line comments and block comments).

Fix doc comments containing multiple line comments.

Remove vanity imports from all files except doc.go.

Fixes #12.

The source code of fixdocs is located at:
https://play.golang.org/p/7RtYLzldsO
2017-08-16 14:26:00 +02:00
mewmew
ac48587c92 Revert "all: use fixdocs tool to store package documentation in doc.go"
This reverts commit b2982a3e50.
2017-08-16 14:21:05 +02:00
mewmew
b2982a3e50 all: use fixdocs tool to store package documentation in doc.go
Add copyright header to doc.go

Keep original comment style (e.g. line comments and block comments).

Fix doc comments containing multiple line comments.
2017-08-16 14:07:36 +02:00
mewmew
5b4711aa15 Revert "all: use fixdocs tool to store package documentation in doc.go"
This reverts commit b0a98102dc.
2017-08-16 14:07:17 +02:00
mewmew
b0a98102dc all: use fixdocs tool to store package documentation in doc.go
Add copyright header to doc.go

Keep original comment style (e.g. line comments and block comments).
2017-08-16 14:02:26 +02:00
mewmew
7eaea7c428 Revert "all: use fixdocs tool to store package documentation in doc.go"
This reverts commit 00292b2d57.
2017-08-16 14:01:36 +02:00
mewmew
00292b2d57 all: use fixdocs tool to store package documentation in doc.go
Add copyright header to doc.go
2017-08-16 13:56:50 +02:00
mewmew
a37fef5a6d Revert "all: use fixdocs tool to store package documentation in doc.go"
This reverts commit 963877e5f5.
2017-08-16 13:54:16 +02:00
mewmew
963877e5f5 all: use fixdocs tool to store package documentation in doc.go 2017-08-16 13:19:00 +02:00
kortschak
94ece3546e floats: add ParseWithNA 2017-06-13 11:02:01 +09:30
kortschak
37850ca814 all: add canonical imports 2017-05-25 16:07:18 +09:30
Brendan Tracey
d33397aa65 all: change import paths 2017-05-23 00:03:03 -06:00
Brendan Tracey
105e523e1e floats: imported floats as a subtree 2017-05-23 00:02:44 -06:00