mirror of
https://github.com/gonum/gonum.git
synced 2025-10-06 07:37:03 +08:00
all: change import paths
This commit is contained in:
@@ -9,7 +9,7 @@ package native
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/gonum/lapack/testlapack"
|
||||
"gonum.org/v1/gonum/lapack/testlapack"
|
||||
)
|
||||
|
||||
func BenchmarkDgeev(b *testing.B) { testlapack.DgeevBenchmark(b, impl) }
|
||||
|
Reference in New Issue
Block a user