mirror of
https://github.com/gonum/gonum.git
synced 2025-10-27 17:21:18 +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"
|
||||
|
||||
// Dlaset sets the off-diagonal elements of A to alpha, and the diagonal
|
||||
// elements to beta. If uplo == blas.Upper, only the elements in the upper
|
||||
|
||||
Reference in New Issue
Block a user