mirror of
https://github.com/gonum/gonum.git
synced 2025-10-05 23:26:52 +08:00
initial commit
This commit is contained in:
4
golapack.go
Normal file
4
golapack.go
Normal file
@@ -0,0 +1,4 @@
|
||||
package golapack
|
||||
|
||||
func Dgeqrf() {
|
||||
}
|
7
lapack/lapack.go
Normal file
7
lapack/lapack.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package latypes
|
||||
|
||||
import "gihub.com/dane-unltd/goblas"
|
||||
|
||||
type Lapack interface {
|
||||
Dgeqrf(order blas.Order, A goblas.General, tau []float64)
|
||||
}
|
Reference in New Issue
Block a user