Add tests for ?GEDMD (Reference-LAPACK PR 959)
This commit is contained in:
parent
201f22f49a
commit
283713e4c5
|
@ -54,6 +54,9 @@ add_lapack_test(sgqr.out gqr.in xeigtsts)
|
|||
add_lapack_test(sgsv.out gsv.in xeigtsts)
|
||||
add_lapack_test(scsd.out csd.in xeigtsts)
|
||||
add_lapack_test(slse.out lse.in xeigtsts)
|
||||
#
|
||||
# ======== SINGLE DMD EIG TESTS ===========================
|
||||
add_lapack_test(sdmd.out sdmd.in xdmdeigtsts)
|
||||
endif()
|
||||
|
||||
if(BUILD_DOUBLE)
|
||||
|
@ -85,6 +88,9 @@ add_lapack_test(dgqr.out gqr.in xeigtstd)
|
|||
add_lapack_test(dgsv.out gsv.in xeigtstd)
|
||||
add_lapack_test(dcsd.out csd.in xeigtstd)
|
||||
add_lapack_test(dlse.out lse.in xeigtstd)
|
||||
#
|
||||
# ======== DOUBLE DMD EIG TESTS ===========================
|
||||
add_lapack_test(ddmd.out ddmd.in xdmdeigtstd)
|
||||
endif()
|
||||
|
||||
if(BUILD_COMPLEX)
|
||||
|
@ -114,6 +120,9 @@ add_lapack_test(cgqr.out gqr.in xeigtstc)
|
|||
add_lapack_test(cgsv.out gsv.in xeigtstc)
|
||||
add_lapack_test(ccsd.out csd.in xeigtstc)
|
||||
add_lapack_test(clse.out lse.in xeigtstc)
|
||||
#
|
||||
# ======== COMPLEX DMD EIG TESTS ===========================
|
||||
add_lapack_test(cdmd.out cdmd.in xdmdeigtstc)
|
||||
endif()
|
||||
|
||||
if(BUILD_COMPLEX16)
|
||||
|
@ -145,6 +154,9 @@ add_lapack_test(zgqr.out gqr.in xeigtstz)
|
|||
add_lapack_test(zgsv.out gsv.in xeigtstz)
|
||||
add_lapack_test(zcsd.out csd.in xeigtstz)
|
||||
add_lapack_test(zlse.out lse.in xeigtstz)
|
||||
#
|
||||
# ======== COMPLEX16 DMD EIG TESTS ===========================
|
||||
add_lapack_test(zdmd.out zdmd.in xdmdeigtstz)
|
||||
endif()
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue