mirror of
https://github.com/gonum/gonum.git
synced 2025-10-05 15:16:59 +08:00
8 lines
140 B
Go
8 lines
140 B
Go
package latypes
|
|
|
|
import "gihub.com/dane-unltd/goblas"
|
|
|
|
type Lapack interface {
|
|
Dgeqrf(order blas.Order, A goblas.General, tau []float64)
|
|
}
|