mirror of
https://github.com/gonum/gonum.git
synced 2025-10-17 04:31:03 +08:00
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
This commit is contained in:
@@ -14,10 +14,10 @@ import "gonum.org/v1/gonum/mat"
|
||||
// derivative methods.
|
||||
//
|
||||
// References:
|
||||
// - Kowalik, J.S., Osborne, M.R.: Methods for Unconstrained Optimization
|
||||
// Problems. Elsevier North-Holland, New York, 1968
|
||||
// - More, J., Garbow, B.S., Hillstrom, K.E.: Testing unconstrained
|
||||
// optimization software. ACM Trans Math Softw 7 (1981), 17-41
|
||||
// - Kowalik, J.S., Osborne, M.R.: Methods for Unconstrained Optimization
|
||||
// Problems. Elsevier North-Holland, New York, 1968
|
||||
// - More, J., Garbow, B.S., Hillstrom, K.E.: Testing unconstrained
|
||||
// optimization software. ACM Trans Math Softw 7 (1981), 17-41
|
||||
type Watson struct{}
|
||||
|
||||
func (Watson) Func(x []float64) (sum float64) {
|
||||
|
Reference in New Issue
Block a user