diff --git a/native/lapack_test.go b/native/lapack_test.go index 9d0ac0df..1d320680 100644 --- a/native/lapack_test.go +++ b/native/lapack_test.go @@ -144,6 +144,10 @@ func TestDlaqr1(t *testing.T) { testlapack.Dlaqr1Test(t, impl) } +func TestDlaqr2(t *testing.T) { + testlapack.Dlaqr2Test(t, impl) +} + func TestDlaqr5(t *testing.T) { testlapack.Dlaqr5Test(t, impl) }