mirror of
https://github.com/gonum/gonum.git
synced 2025-10-06 23:52:47 +08:00
all: change import paths
This commit is contained in:
@@ -8,9 +8,9 @@ package cgo
|
||||
import (
|
||||
"math"
|
||||
|
||||
"github.com/gonum/blas"
|
||||
"github.com/gonum/lapack"
|
||||
"github.com/gonum/lapack/cgo/lapacke"
|
||||
"gonum.org/v1/gonum/blas"
|
||||
"gonum.org/v1/gonum/lapack"
|
||||
"gonum.org/v1/gonum/lapack/cgo/lapacke"
|
||||
)
|
||||
|
||||
// Copied from lapack/native. Keep in sync.
|
||||
|
Reference in New Issue
Block a user