Home
last modified time | relevance | path

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

/external/eigen/test/
Dconjugate_gradient.cpp13 template<typename T, typename I> void test_conjugate_gradient_T() in test_conjugate_gradient_T() function
31 CALL_SUBTEST_1(( test_conjugate_gradient_T<double,int>() )); in test_conjugate_gradient()
32 CALL_SUBTEST_2(( test_conjugate_gradient_T<std::complex<double>, int>() )); in test_conjugate_gradient()
33 CALL_SUBTEST_3(( test_conjugate_gradient_T<double,long int>() )); in test_conjugate_gradient()