Commit Graph

5 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
Egon Elbre
fd34e19f46 mathext: make tests parallel 2020-03-16 16:10:59 +02:00
Leonid Kneller
f9d0eed525 mathext: add associate elliptic integrals B(m),D(m)
* Added an implementation of 2 associate complete elliptic integrals B(m),D(m).
* Added tests for the implemented integrals. B(m) and D(m) can be expressed via K(m) and E(m), but with cancellation problems.
2018-02-21 09:31:35 +10:30
kortschak
805531d142 all: change capitalization of gonum in license header 2017-11-02 06:54:08 +10:30
Leonid Kneller
afee90e311 mathext: add complete elliptic integrals K and E (#74)
This implementation is derived from Toshio Fukushima's paper and Fortran code.
http://dx.doi.org/10.1016/j.cam.2014.12.038
2017-06-20 09:13:40 +09:30