HomeSort by relevance Sort by last modified time
    Searched refs:CALL_SUBTEST_1 (Results 1 - 25 of 146) 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) );
metis_support.cpp 38 CALL_SUBTEST_1(test_metis_T<double>());
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>());
sparselu.cpp 51 CALL_SUBTEST_1(test_sparselu_T<float>());
selfadjoint.cpp 51 CALL_SUBTEST_1( selfadjoint(Matrix<float, 1, 1>()) );
60 CALL_SUBTEST_1( bug_159() );
diagonal.cpp 67 CALL_SUBTEST_1( diagonal(Matrix<float, 1, 1>()) );
68 CALL_SUBTEST_1( diagonal(Matrix<float, 4, 9>()) );
69 CALL_SUBTEST_1( diagonal(Matrix<float, 7, 3>()) );
74 CALL_SUBTEST_1( diagonal(MatrixXf(internal::random<int>(1,EIGEN_TEST_MAX_SIZE), internal::random<int>(1,EIGEN_TEST_MAX_SIZE))) );
75 CALL_SUBTEST_1( diagonal(Matrix<float,Dynamic,4>(3, 4)) );
nesting_ops.cpp 29 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 43 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) ));
special_numbers.cpp 55 CALL_SUBTEST_1( special_numbers<float>() );
56 CALL_SUBTEST_1( special_numbers<double>() );
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()));
  /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
  /external/eigen/unsupported/test/
minres.cpp 30 CALL_SUBTEST_1(test_minres_T<double>());
dgmres.cpp 29 CALL_SUBTEST_1(test_dgmres_T<double>());
gmres.cpp 29 CALL_SUBTEST_1(test_gmres_T<double>());
matrix_square_root.cpp 24 CALL_SUBTEST_1(testMatrixSqrt(Matrix3cf()));

Completed in 326 milliseconds

1 2 3 4 5 6