Home
last modified time | relevance | path

Searched refs:test_sparselu_T (Results 1 – 1 of 1) sorted by relevance

/external/eigen/test/
Dsparselu.cpp22 template<typename T> void test_sparselu_T() in test_sparselu_T() function
41 CALL_SUBTEST_1(test_sparselu_T<float>()); in test_sparselu()
42 CALL_SUBTEST_2(test_sparselu_T<double>()); in test_sparselu()
43 CALL_SUBTEST_3(test_sparselu_T<std::complex<float> >()); in test_sparselu()
44 CALL_SUBTEST_4(test_sparselu_T<std::complex<double> >()); in test_sparselu()