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:
@@ -4,7 +4,7 @@
|
||||
|
||||
package native
|
||||
|
||||
import "github.com/gonum/blas"
|
||||
import "gonum.org/v1/gonum/blas"
|
||||
|
||||
// Dlacpy copies the elements of A specified by uplo into B. Uplo can specify
|
||||
// a triangular portion with blas.Upper or blas.Lower, or can specify all of the
|
||||
|
Reference in New Issue
Block a user