mirror of
https://github.com/gonum/gonum.git
synced 2025-10-09 17:10:16 +08:00
stat: clean up lint
This commit is contained in:
@@ -31,7 +31,7 @@ func (e Euclid) At(i, j int) float64 {
|
||||
y := float64(j/e.x - i/e.x)
|
||||
return 1 / math.Hypot(x, y)
|
||||
}
|
||||
func (e Euclid) T() mat.Matrix { return mat.Transpose{e} }
|
||||
func (e Euclid) T() mat.Matrix { return mat.Transpose{Matrix: e} }
|
||||
|
||||
func ExampleGlobalMoransI_areal() {
|
||||
locality := Euclid{10, 10}
|
||||
|
Reference in New Issue
Block a user