mirror of
https://github.com/gonum/gonum.git
synced 2025-10-30 10:06:29 +08:00
fixed import paths
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
package latypes
|
||||
|
||||
import "gihub.com/dane-unltd/goblas"
|
||||
import (
|
||||
"github.com/dane-unltd/goblas"
|
||||
"github.com/gonum/blas"
|
||||
)
|
||||
|
||||
type Lapack interface {
|
||||
Dgeqrf(order blas.Order, A goblas.General, tau []float64)
|
||||
|
||||
Reference in New Issue
Block a user