Merge from master

This commit is contained in:
btracey
2015-10-14 20:24:29 -06:00
11 changed files with 592 additions and 8 deletions

View File

@@ -64,6 +64,10 @@ func TestDlange(t *testing.T) {
testlapack.DlangeTest(t, impl)
}
func TestDlas2(t *testing.T) {
testlapack.Dlas2Test(t, impl)
}
func TestDlansy(t *testing.T) {
testlapack.DlansyTest(t, impl)
}
@@ -92,6 +96,10 @@ func TestDlartg(t *testing.T) {
testlapack.DlartgTest(t, impl)
}
func TestDlasr(t *testing.T) {
testlapack.DlasrTest(t, impl)
}
func TestDorml2(t *testing.T) {
testlapack.Dorml2Test(t, impl)
}