mirror of
https://github.com/gonum/gonum.git
synced 2025-11-03 11:21:14 +08:00
all: change import paths
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
package blas32
|
||||
|
||||
import (
|
||||
"github.com/gonum/blas"
|
||||
"github.com/gonum/blas/native"
|
||||
"gonum.org/v1/gonum/blas"
|
||||
"gonum.org/v1/gonum/blas/native"
|
||||
)
|
||||
|
||||
var blas32 blas.Float32 = native.Implementation{}
|
||||
|
||||
Reference in New Issue
Block a user