mirror of
https://github.com/gonum/gonum.git
synced 2025-10-09 00:50:16 +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:
@@ -265,9 +265,10 @@ func (v *VecDense) CopyVec(a Vector) int {
|
||||
}
|
||||
|
||||
// Norm returns the specified norm of the receiver. Valid norms are:
|
||||
// 1 - The sum of the element magnitudes
|
||||
// 2 - The Euclidean norm, the square root of the sum of the squares of the elements
|
||||
// Inf - The maximum element magnitude
|
||||
//
|
||||
// 1 - The sum of the element magnitudes
|
||||
// 2 - The Euclidean norm, the square root of the sum of the squares of the elements
|
||||
// Inf - The maximum element magnitude
|
||||
//
|
||||
// Norm will panic with ErrNormOrder if an illegal norm is specified and with
|
||||
// ErrZeroLength if the vector has zero size.
|
||||
|
Reference in New Issue
Block a user