mirror of
https://github.com/gonum/gonum.git
synced 2025-10-20 13:55:20 +08:00
Add drscl and tests, and fix the dlamch parameters while here.
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
Reference in New Issue
Block a user