Searched defs:test_sparselu_T (Results 1 - 1 of 1) sorted by relevance

/external/eigen/test/
H A Dsparselu.cpp38 template<typename T> void test_sparselu_T() function
51 CALL_SUBTEST_1(test_sparselu_T<float>());
52 CALL_SUBTEST_2(test_sparselu_T<double>());
53 CALL_SUBTEST_3(test_sparselu_T<std::complex<float> >());
54 CALL_SUBTEST_4(test_sparselu_T<std::complex<double> >());

Completed in 105 milliseconds