Lines Matching refs:CALL_SUBTEST
177 CALL_SUBTEST(( jacobisvd_check_full(m, fullSvd) )); in jacobisvd_test_all_computation_options()
178 CALL_SUBTEST(( jacobisvd_solve<MatrixType, QRPreconditioner>(m, ComputeFullU | ComputeFullV) )); in jacobisvd_test_all_computation_options()
187 CALL_SUBTEST(( jacobisvd_compare_to_full(m, ComputeFullU, fullSvd) )); in jacobisvd_test_all_computation_options()
188 CALL_SUBTEST(( jacobisvd_compare_to_full(m, ComputeFullV, fullSvd) )); in jacobisvd_test_all_computation_options()
189 CALL_SUBTEST(( jacobisvd_compare_to_full(m, 0, fullSvd) )); in jacobisvd_test_all_computation_options()
193 CALL_SUBTEST(( jacobisvd_compare_to_full(m, ComputeFullU|ComputeThinV, fullSvd) )); in jacobisvd_test_all_computation_options()
194 CALL_SUBTEST(( jacobisvd_compare_to_full(m, ComputeThinV, fullSvd) )); in jacobisvd_test_all_computation_options()
195 CALL_SUBTEST(( jacobisvd_compare_to_full(m, ComputeThinU|ComputeFullV, fullSvd) )); in jacobisvd_test_all_computation_options()
196 CALL_SUBTEST(( jacobisvd_compare_to_full(m, ComputeThinU , fullSvd) )); in jacobisvd_test_all_computation_options()
197 CALL_SUBTEST(( jacobisvd_compare_to_full(m, ComputeThinU|ComputeThinV, fullSvd) )); in jacobisvd_test_all_computation_options()
198 CALL_SUBTEST(( jacobisvd_solve<MatrixType, QRPreconditioner>(m, ComputeFullU | ComputeThinV) )); in jacobisvd_test_all_computation_options()
199 CALL_SUBTEST(( jacobisvd_solve<MatrixType, QRPreconditioner>(m, ComputeThinU | ComputeFullV) )); in jacobisvd_test_all_computation_options()
200 CALL_SUBTEST(( jacobisvd_solve<MatrixType, QRPreconditioner>(m, ComputeThinU | ComputeThinV) )); in jacobisvd_test_all_computation_options()
232 …CALL_SUBTEST(( jacobisvd_test_all_computation_options<MatrixType, FullPivHouseholderQRPrecondition… in jacobisvd()
233 …CALL_SUBTEST(( jacobisvd_test_all_computation_options<MatrixType, ColPivHouseholderQRPreconditione… in jacobisvd()
234 …CALL_SUBTEST(( jacobisvd_test_all_computation_options<MatrixType, HouseholderQRPreconditioner>(m) … in jacobisvd()
235 CALL_SUBTEST(( jacobisvd_test_all_computation_options<MatrixType, NoQRPreconditioner>(m) )); in jacobisvd()