Skip to content

Commit 283713e

Browse files
authored
Add tests for ?GEDMD (Reference-LAPACK PR 959)
1 parent 201f22f commit 283713e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

lapack-netlib/TESTING/CMakeLists.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ add_lapack_test(sgqr.out gqr.in xeigtsts)
5454
add_lapack_test(sgsv.out gsv.in xeigtsts)
5555
add_lapack_test(scsd.out csd.in xeigtsts)
5656
add_lapack_test(slse.out lse.in xeigtsts)
57+
#
58+
# ======== SINGLE DMD EIG TESTS ===========================
59+
add_lapack_test(sdmd.out sdmd.in xdmdeigtsts)
5760
endif()
5861

5962
if(BUILD_DOUBLE)
@@ -85,6 +88,9 @@ add_lapack_test(dgqr.out gqr.in xeigtstd)
8588
add_lapack_test(dgsv.out gsv.in xeigtstd)
8689
add_lapack_test(dcsd.out csd.in xeigtstd)
8790
add_lapack_test(dlse.out lse.in xeigtstd)
91+
#
92+
# ======== DOUBLE DMD EIG TESTS ===========================
93+
add_lapack_test(ddmd.out ddmd.in xdmdeigtstd)
8894
endif()
8995

9096
if(BUILD_COMPLEX)
@@ -114,6 +120,9 @@ add_lapack_test(cgqr.out gqr.in xeigtstc)
114120
add_lapack_test(cgsv.out gsv.in xeigtstc)
115121
add_lapack_test(ccsd.out csd.in xeigtstc)
116122
add_lapack_test(clse.out lse.in xeigtstc)
123+
#
124+
# ======== COMPLEX DMD EIG TESTS ===========================
125+
add_lapack_test(cdmd.out cdmd.in xdmdeigtstc)
117126
endif()
118127

119128
if(BUILD_COMPLEX16)
@@ -145,6 +154,9 @@ add_lapack_test(zgqr.out gqr.in xeigtstz)
145154
add_lapack_test(zgsv.out gsv.in xeigtstz)
146155
add_lapack_test(zcsd.out csd.in xeigtstz)
147156
add_lapack_test(zlse.out lse.in xeigtstz)
157+
#
158+
# ======== COMPLEX16 DMD EIG TESTS ===========================
159+
add_lapack_test(zdmd.out zdmd.in xdmdeigtstz)
148160
endif()
149161

150162

0 commit comments

Comments
 (0)