mirror of
https://github.com/gonum/gonum.git
synced 2025-10-15 19:50:48 +08:00
all: add canonical imports
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user