Add drscl and tests, and fix the dlamch parameters while here.

This commit is contained in:
btracey
2015-09-04 10:21:37 -06:00
parent 1742c3ebc1
commit 8debf09945
4 changed files with 104 additions and 14 deletions

View File

@@ -88,6 +88,10 @@ func TestDpotrf(t *testing.T) {
testlapack.DpotrfTest(t, impl)
}
func TestDrscl(t *testing.T) {
testlapack.DrsclTest(t, impl)
}
func TestIladlc(t *testing.T) {
testlapack.IladlcTest(t, impl)
}