mirror of
https://github.com/gonum/gonum.git
synced 2025-10-21 22:29:30 +08:00
10 lines
129 B
Go
10 lines
129 B
Go
package zla
|
|
|
|
import "github.com/dane-unltd/lapack"
|
|
|
|
var impl lapack.Complex128
|
|
|
|
func Register(i lapack.Complex128) {
|
|
impl = i
|
|
}
|