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