blob: ecb219837eb52a9419e7fbddf04257c9b5ae9403 [file] [log] [blame]
// Copyright ©2017 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.
package gonum
import (
"testing"
"gonum.org/v1/gonum/blas/testblas"
)
func TestZgerc(t *testing.T) {
testblas.ZgercTest(t, impl)
}
func TestZgeru(t *testing.T) {
testblas.ZgeruTest(t, impl)
}