mirror of
https://github.com/gonum/gonum.git
synced 2025-10-16 04:00:48 +08:00
lapack/testlapack: remove some lint found by megacheck
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
package testlapack
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"math"
|
||||
"math/rand"
|
||||
"testing"
|
||||
@@ -13,12 +12,6 @@ import (
|
||||
"gonum.org/v1/gonum/floats"
|
||||
)
|
||||
|
||||
func printDlasq2FortranInput(z []float64, n int) {
|
||||
printFortranArray(z, "z")
|
||||
fmt.Println("n = ", n)
|
||||
fmt.Println("info = 0")
|
||||
}
|
||||
|
||||
type Dlasq2er interface {
|
||||
Dgetrfer
|
||||
Dlasq2(n int, z []float64) (info int)
|
||||
|
Reference in New Issue
Block a user