mirror of
https://github.com/gonum/gonum.git
synced 2025-10-05 15:16:59 +08:00
lapack: imported lapack as a subtree
This commit is contained in:
15
lapack/native/bench_test.go
Normal file
15
lapack/native/bench_test.go
Normal file
@@ -0,0 +1,15 @@
|
||||
// Copyright ©2016 The gonum Authors. All rights reserved.
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// +build go1.7
|
||||
|
||||
package native
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/gonum/lapack/testlapack"
|
||||
)
|
||||
|
||||
func BenchmarkDgeev(b *testing.B) { testlapack.DgeevBenchmark(b, impl) }
|
Reference in New Issue
Block a user