mirror of
https://github.com/gonum/gonum.git
synced 2025-09-29 20:42:16 +08:00
all: change import paths
This commit is contained in:
@@ -9,9 +9,9 @@ import (
|
||||
"math"
|
||||
"testing"
|
||||
|
||||
"github.com/gonum/floats"
|
||||
"github.com/gonum/matrix/mat64"
|
||||
"github.com/gonum/optimize/functions"
|
||||
"gonum.org/v1/gonum/floats"
|
||||
"gonum.org/v1/gonum/matrix/mat64"
|
||||
"gonum.org/v1/gonum/optimize/functions"
|
||||
)
|
||||
|
||||
type unconstrainedTest struct {
|
||||
|
Reference in New Issue
Block a user