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:
@@ -5,9 +5,9 @@
|
||||
package native
|
||||
|
||||
import (
|
||||
"github.com/gonum/blas"
|
||||
"github.com/gonum/blas/blas64"
|
||||
"github.com/gonum/lapack"
|
||||
"gonum.org/v1/gonum/blas"
|
||||
"gonum.org/v1/gonum/blas/blas64"
|
||||
"gonum.org/v1/gonum/lapack"
|
||||
)
|
||||
|
||||
// Dlarft forms the triangular factor T of a block reflector H, storing the answer
|
||||
|
||||
Reference in New Issue
Block a user