mirror of
https://github.com/gonum/gonum.git
synced 2025-10-29 09:42:38 +08:00
all: change import paths
This commit is contained in:
@@ -8,9 +8,9 @@ import (
|
||||
"math"
|
||||
"math/rand"
|
||||
|
||||
"github.com/gonum/floats"
|
||||
"github.com/gonum/mathext"
|
||||
"github.com/gonum/stat"
|
||||
"gonum.org/v1/gonum/floats"
|
||||
"gonum.org/v1/gonum/mathext"
|
||||
"gonum.org/v1/gonum/stat"
|
||||
)
|
||||
|
||||
// UnitNormal is an instantiation of the normal distribution with Mu = 0 and Sigma = 1.
|
||||
|
||||
Reference in New Issue
Block a user