mirror of
https://github.com/gonum/gonum.git
synced 2025-11-01 19:12:45 +08:00
all: change import paths
This commit is contained in:
@@ -7,7 +7,7 @@ package native
|
||||
import (
|
||||
"math"
|
||||
|
||||
"github.com/gonum/lapack"
|
||||
"gonum.org/v1/gonum/lapack"
|
||||
)
|
||||
|
||||
// Dlange computes the matrix norm of the general m×n matrix a. The input norm
|
||||
|
||||
Reference in New Issue
Block a user