mirror of
https://github.com/gonum/gonum.git
synced 2025-10-16 12:10:37 +08:00
all: change import paths
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
package native
|
||||
|
||||
import (
|
||||
"github.com/gonum/lapack"
|
||||
"gonum.org/v1/gonum/lapack"
|
||||
)
|
||||
|
||||
// Implementation is the native Go implementation of LAPACK routines. It
|
||||
|
Reference in New Issue
Block a user