mirror of
https://github.com/gonum/gonum.git
synced 2025-10-16 04:00:48 +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:
@@ -69,7 +69,9 @@ type Statuser interface {
|
||||
// (approximate) minimum of the objective function along the search direction
|
||||
// dir_k starting at the most recent location x_k, i.e., it tries to minimize
|
||||
// the function
|
||||
// φ(step) := f(x_k + step * dir_k) where step > 0.
|
||||
//
|
||||
// φ(step) := f(x_k + step * dir_k) where step > 0.
|
||||
//
|
||||
// Typically, a Linesearcher will be used in conjunction with LinesearchMethod
|
||||
// for performing gradient-based optimization through sequential line searches.
|
||||
type Linesearcher interface {
|
||||
|
Reference in New Issue
Block a user