doc: use clapack.Lapack

This commit is contained in:
Sebastien Binet
2014-08-11 19:00:10 +02:00
parent 03a06d2e01
commit cef93eeffc

View File

@@ -70,7 +70,7 @@ import (
func init() { func init() {
dbw.Register(cblas.Blas{}) dbw.Register(cblas.Blas{})
dla.Register(clapack.La{}) dla.Register(clapack.Lapack{})
} }
func main() { func main() {