all: change import paths

This commit is contained in:
Brendan Tracey
2017-05-23 00:03:03 -06:00
parent 9cfdd41029
commit d33397aa65
504 changed files with 989 additions and 989 deletions

View File

@@ -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.

View File

@@ -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) {

View File

@@ -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.