qr working with lapacke binding

This commit is contained in:
David Neumann
2014-02-03 01:25:48 +01:00
parent da2378864e
commit 8663ca8eaa
11 changed files with 17129 additions and 32 deletions

9
dla/impl.go Normal file
View File

@@ -0,0 +1,9 @@
package dla
import "github.com/dane-unltd/lapack"
var impl lapack.Float64
func Register(i lapack.Float64) {
impl = i
}