HomeSort by relevance Sort by last modified time
    Searched refs:CALL_SUBTEST_1 (Results 1 - 25 of 131) sorted by null

1 2 3 4 5 6

  /external/eigen/test/
superlu_support.cpp 18 CALL_SUBTEST_1( check_sparse_square_solving(superlu_double_colmajor) );
20 CALL_SUBTEST_1( check_sparse_square_determinant(superlu_double_colmajor) );
umfpack_support.cpp 28 CALL_SUBTEST_1(test_umfpack_support_T<double>());
bicgstab.cpp 28 CALL_SUBTEST_1(test_bicgstab_T<double>());
conjugate_gradient.cpp 28 CALL_SUBTEST_1(test_conjugate_gradient_T<double>());
selfadjoint.cpp 52 CALL_SUBTEST_1( selfadjoint(Matrix<float, 1, 1>()) );
61 CALL_SUBTEST_1( bug_159() );
diagonal.cpp 73 CALL_SUBTEST_1( diagonal(Matrix<float, 1, 1>()) );
74 CALL_SUBTEST_1( diagonal(Matrix<float, 4, 9>()) );
75 CALL_SUBTEST_1( diagonal(Matrix<float, 7, 3>()) );
80 CALL_SUBTEST_1( diagonal(MatrixXf(internal::random<int>(1,EIGEN_TEST_MAX_SIZE), internal::random<int>(1,EIGEN_TEST_MAX_SIZE))) );
81 CALL_SUBTEST_1( diagonal(Matrix<float,Dynamic,4>(3, 4)) );
nesting_ops.cpp 37 CALL_SUBTEST_1(run_nesting_ops(MatrixXf::Random(25,25)));
pardiso_support.cpp 25 CALL_SUBTEST_1(test_pardiso_T<float>());
pastix_support.cpp 40 CALL_SUBTEST_1(test_pastix_T<float>());
product_small.cpp 35 CALL_SUBTEST_1( product(Matrix<float, 3, 2>()) );
simplicial_cholesky.cpp 38 CALL_SUBTEST_1(test_simplicial_cholesky_T<double>());
prec_inverse_4x4.cpp 60 CALL_SUBTEST_1((inverse_permutation_4x4<Matrix4f>()));
61 CALL_SUBTEST_1(( inverse_general_4x4<Matrix4f>(200000 * g_repeat) ));
stddeque.cpp 108 CALL_SUBTEST_1(check_stddeque_matrix(Vector2f()));
109 CALL_SUBTEST_1(check_stddeque_matrix(Matrix3f()));
113 CALL_SUBTEST_1(check_stddeque_matrix(Matrix2f()));
114 CALL_SUBTEST_1(check_stddeque_matrix(Vector4f()));
115 CALL_SUBTEST_1(check_stddeque_matrix(Matrix4f()));
stdlist.cpp 108 CALL_SUBTEST_1(check_stdlist_matrix(Vector2f()));
109 CALL_SUBTEST_1(check_stdlist_matrix(Matrix3f()));
113 CALL_SUBTEST_1(check_stdlist_matrix(Matrix2f()));
114 CALL_SUBTEST_1(check_stdlist_matrix(Vector4f()));
115 CALL_SUBTEST_1(check_stdlist_matrix(Matrix4f()));
stdvector.cpp 123 CALL_SUBTEST_1(check_stdvector_matrix(Vector2f()));
124 CALL_SUBTEST_1(check_stdvector_matrix(Matrix3f()));
128 CALL_SUBTEST_1(check_stdvector_matrix(Matrix2f()));
129 CALL_SUBTEST_1(check_stdvector_matrix(Vector4f()));
130 CALL_SUBTEST_1(check_stdvector_matrix(Matrix4f()));
stdvector_overload.cpp 137 CALL_SUBTEST_1(check_stdvector_matrix(Vector2f()));
138 CALL_SUBTEST_1(check_stdvector_matrix(Matrix3f()));
142 CALL_SUBTEST_1(check_stdvector_matrix(Matrix2f()));
143 CALL_SUBTEST_1(check_stdvector_matrix(Vector4f()));
144 CALL_SUBTEST_1(check_stdvector_matrix(Matrix4f()));
conservative_resize.cpp 98 CALL_SUBTEST_1((run_matrix_tests<int, Eigen::RowMajor>()));
99 CALL_SUBTEST_1((run_matrix_tests<int, Eigen::ColMajor>()));
109 CALL_SUBTEST_1((run_vector_tests<int>()));
geo_orthomethods.cpp 109 CALL_SUBTEST_1( orthomethods_3<float>() );
112 CALL_SUBTEST_1( (orthomethods<float,2>()) );
114 CALL_SUBTEST_1( (orthomethods<float,3>()) );
cholmod_support.cpp 54 CALL_SUBTEST_1(test_cholmod_T<double>());
  /external/eigen/test/eigen2/
eigen2_product_small.cpp 16 CALL_SUBTEST_1( product(Matrix<float, 3, 2>()) );
eigen2_swap.cpp 79 CALL_SUBTEST_1( swap(Matrix3f()) ); // fixed size, no vectorization
80 CALL_SUBTEST_1( swap(Matrix4d()) ); // fixed size, possible vectorization
81 CALL_SUBTEST_1( swap(MatrixXd(3,3)) ); // dyn size, no vectorization
82 CALL_SUBTEST_1( swap(MatrixXf(30,30)) ); // dyn size, possible vectorization
eigen2_prec_inverse_4x4.cpp 76 CALL_SUBTEST_1((inverse_permutation_4x4<Matrix4f>()));
77 CALL_SUBTEST_1(( inverse_general_4x4<Matrix4f>(200000 * g_repeat) ));
eigen2_sparse_vector.cpp 79 CALL_SUBTEST_1( sparse_vector<double>(8, 8) );
81 CALL_SUBTEST_1( sparse_vector<double>(299, 535) );
eigen2_inverse.cpp 56 CALL_SUBTEST_1( inverse(Matrix<double,1,1>()) );
  /external/eigen/unsupported/test/
gmres.cpp 30 CALL_SUBTEST_1(test_gmres_T<double>());

Completed in 2084 milliseconds

1 2 3 4 5 6