all: add canonical imports

This commit is contained in:
kortschak
2017-05-25 15:32:00 +09:30
parent e72f0340f2
commit 37850ca814
53 changed files with 53 additions and 53 deletions

View File

@@ -17,7 +17,7 @@
// The full set of Lapack functions is very large, and it is not clear that a
// full implementation is desirable, let alone feasible. Please open up an issue
// if there is a specific function you need and/or are willing to implement.
package lapack64
package lapack64 // import "gonum.org/v1/gonum/lapack/lapack64"
import (
"gonum.org/v1/gonum/blas"