Commit Graph

14 Commits

Author SHA1 Message Date
Bailey Lissington
5cac7c547c unit: fix typo in package doc comment 2023-08-01 11:34:57 +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
Dan Kortschak
16be42a8a8 unit: remove explicitly prefixed constants 2019-04-13 18:47:24 +09:30
Dan Kortschak
e6c0b27913 unit: use SI spelling for SI units 2019-03-29 18:41:12 +10:30
Dan Kortschak
d7acb40536 unit: add Torque type 2019-03-29 12:07:17 +10:30
Dan Kortschak
16f9b66b45 unit: fix up package docs 2019-03-20 08:16:39 +10:30
Vladimir Chalupecky
e09dcee939 unit: move code generation to unit package 2018-11-18 10:49:41 +01:00
Vladimir Chalupecky
0fd9d5d725 unit: move autogen script to internal package 2018-05-13 16:38:11 +02:00
Vladimir Chalupecky
d4533cd4f6 blas,lapack,mat,unit: remove "Please" from documentation 2018-01-03 23:55:14 +01:00
kortschak
805531d142 all: change capitalization of gonum in license header 2017-11-02 06:54:08 +10:30
kortschak
9363ac56d7 travis,unit: fix and check unit code generation
Also fix blas generate check for move.
2017-06-27 07:56:58 +09:30
Brendan Tracey
3da72f485d unit: Update documentation, create examples, and comment types
Updates 90.
2017-06-20 12:27:13 -06:00
kortschak
37850ca814 all: add canonical imports 2017-05-25 16:07:18 +09:30
Brendan Tracey
9cfdd41029 unit: imported unit as a subtree 2017-05-23 00:03:00 -06:00