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,7 +7,7 @@ package optimize
|
||||
import (
|
||||
"math"
|
||||
|
||||
"github.com/gonum/matrix/mat64"
|
||||
"gonum.org/v1/gonum/matrix/mat64"
|
||||
)
|
||||
|
||||
const maxNewtonModifications = 20
|
||||
|
Reference in New Issue
Block a user