mirror of
https://github.com/gonum/gonum.git
synced 2025-10-04 14:52:57 +08:00
all: change import paths
This commit is contained in:
@@ -7,8 +7,8 @@ package functions
|
||||
import (
|
||||
"math"
|
||||
|
||||
"github.com/gonum/floats"
|
||||
"github.com/gonum/matrix/mat64"
|
||||
"gonum.org/v1/gonum/floats"
|
||||
"gonum.org/v1/gonum/matrix/mat64"
|
||||
)
|
||||
|
||||
// Beale implements the Beale's function.
|
||||
|
@@ -8,8 +8,8 @@ import (
|
||||
"math"
|
||||
"testing"
|
||||
|
||||
"github.com/gonum/diff/fd"
|
||||
"github.com/gonum/floats"
|
||||
"gonum.org/v1/gonum/diff/fd"
|
||||
"gonum.org/v1/gonum/floats"
|
||||
)
|
||||
|
||||
func TestMinimalSurface(t *testing.T) {
|
||||
|
@@ -14,8 +14,8 @@ import (
|
||||
"math"
|
||||
"testing"
|
||||
|
||||
"github.com/gonum/diff/fd"
|
||||
"github.com/gonum/floats"
|
||||
"gonum.org/v1/gonum/diff/fd"
|
||||
"gonum.org/v1/gonum/floats"
|
||||
)
|
||||
|
||||
// function represents an objective function.
|
||||
|
Reference in New Issue
Block a user