mirror of
https://github.com/gonum/gonum.git
synced 2025-10-05 23:26:52 +08:00
all: change import paths
This commit is contained in:
@@ -8,8 +8,8 @@ import (
|
||||
"fmt"
|
||||
"math"
|
||||
|
||||
"github.com/gonum/diff/fd"
|
||||
"github.com/gonum/matrix/mat64"
|
||||
"gonum.org/v1/gonum/diff/fd"
|
||||
"gonum.org/v1/gonum/matrix/mat64"
|
||||
)
|
||||
|
||||
func ExampleDerivative() {
|
||||
|
Reference in New Issue
Block a user