mirror of
https://github.com/gonum/gonum.git
synced 2025-10-06 15:47:01 +08:00
added dqr
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
package latypes
|
||||
|
||||
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