mirror of
https://github.com/gonum/gonum.git
synced 2025-10-30 02:02:09 +08:00
all: change import paths
This commit is contained in:
@@ -10,8 +10,8 @@ import (
|
||||
"math/rand"
|
||||
"testing"
|
||||
|
||||
"github.com/gonum/blas"
|
||||
"github.com/gonum/blas/blas64"
|
||||
"gonum.org/v1/gonum/blas"
|
||||
"gonum.org/v1/gonum/blas/blas64"
|
||||
)
|
||||
|
||||
func printDlasq1FortranInput(d, e, work []float64, n int) {
|
||||
|
||||
Reference in New Issue
Block a user