mirror of
https://github.com/gonum/gonum.git
synced 2025-10-30 10:06:29 +08:00
all: change import paths
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
package native
|
||||
|
||||
import "github.com/gonum/blas/blas64"
|
||||
import "gonum.org/v1/gonum/blas/blas64"
|
||||
|
||||
// Dlaswp swaps the rows k1 to k2 of a rectangular matrix A according to the
|
||||
// indices in ipiv so that row k is swapped with ipiv[k].
|
||||
|
||||
Reference in New Issue
Block a user