Searched refs:test_sparselu_T (Results 1 – 1 of 1) sorted by relevance
38 template<typename T> void test_sparselu_T() in test_sparselu_T() function57 CALL_SUBTEST_1(test_sparselu_T<float>()); in test_sparselu()58 CALL_SUBTEST_2(test_sparselu_T<double>()); in test_sparselu()59 CALL_SUBTEST_3(test_sparselu_T<std::complex<float> >()); in test_sparselu()60 CALL_SUBTEST_4(test_sparselu_T<std::complex<double> >()); in test_sparselu()