mirror of
https://github.com/gonum/gonum.git
synced 2025-10-12 18:40:09 +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"
|
||||
@@ -14,14 +13,6 @@ import (
|
||||
"gonum.org/v1/gonum/blas/blas64"
|
||||
)
|
||||
|
||||
func printDlasq1FortranInput(d, e, work []float64, n int) {
|
||||
printFortranArray(d, "d")
|
||||
printFortranArray(e, "e")
|
||||
printFortranArray(work, "work")
|
||||
fmt.Println("n = ", n)
|
||||
fmt.Println("info = 0")
|
||||
}
|
||||
|
||||
type Dlasq1er interface {
|
||||
Dlasq1(n int, d, e, work []float64) int
|
||||
Dgetrfer
|
||||
|
Reference in New Issue
Block a user