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

1 2 3 4 5

  /external/eigen/test/eigen2/
eigen2_product_small.cpp 18 CALL_SUBTEST_3( product(Matrix3d()) );
eigen2_prec_inverse_4x4.cpp 82 CALL_SUBTEST_3((inverse_permutation_4x4<Matrix4cf>()));
83 CALL_SUBTEST_3((inverse_general_4x4<Matrix4cf>(50000 * g_repeat)));
eigen2_inverse.cpp 58 CALL_SUBTEST_3( inverse(Matrix3f()) );
eigen2_miscmatrices.cpp 44 CALL_SUBTEST_3( miscMatrices(MatrixXcf(3, 3)) );
eigen2_newstdvector.cpp 135 CALL_SUBTEST_3(check_stdvector_matrix(MatrixXd(1,1)));
136 CALL_SUBTEST_3(check_stdvector_matrix(VectorXd(20)));
137 CALL_SUBTEST_3(check_stdvector_matrix(RowVectorXf(20)));
138 CALL_SUBTEST_3(check_stdvector_matrix(MatrixXcf(10,10)));
eigen2_product_large.cpp 17 CALL_SUBTEST_3( product(MatrixXi(ei_random<int>(1,320), ei_random<int>(1,320))) );
eigen2_qtvector.cpp 144 CALL_SUBTEST_3(check_qtvector_matrix(MatrixXd(1,1)));
145 CALL_SUBTEST_3(check_qtvector_matrix(VectorXd(20)));
146 CALL_SUBTEST_3(check_qtvector_matrix(RowVectorXf(20)));
147 CALL_SUBTEST_3(check_qtvector_matrix(MatrixXcf(10,10)));
eigen2_stdvector.cpp 134 CALL_SUBTEST_3(check_stdvector_matrix(MatrixXd(1,1)));
135 CALL_SUBTEST_3(check_stdvector_matrix(VectorXd(20)));
136 CALL_SUBTEST_3(check_stdvector_matrix(RowVectorXf(20)));
137 CALL_SUBTEST_3(check_stdvector_matrix(MatrixXcf(10,10)));
  /external/eigen/test/
sparselu.cpp 53 CALL_SUBTEST_3(test_sparselu_T<std::complex<float> >());
nesting_ops.cpp 31 CALL_SUBTEST_3(run_nesting_ops(Matrix4f::Random()));
pardiso_support.cpp 27 CALL_SUBTEST_3(test_pardiso_T< std::complex<float> >());
pastix_support.cpp 42 CALL_SUBTEST_3( (test_pastix_T_LU<std::complex<float> >()) );
product_small.cpp 37 CALL_SUBTEST_3( product(Matrix3d()) );
prec_inverse_4x4.cpp 66 CALL_SUBTEST_3((inverse_permutation_4x4<Matrix4cf>()));
67 CALL_SUBTEST_3((inverse_general_4x4<Matrix4cf>(50000 * g_repeat)));
mapstride.cpp 124 CALL_SUBTEST_3( map_class_vector<Aligned>(RowVector4f()) );
125 CALL_SUBTEST_3( map_class_vector<Unaligned>(RowVector4f()) );
135 CALL_SUBTEST_3( map_class_matrix<Aligned>(Matrix<float,3,5>()) );
136 CALL_SUBTEST_3( map_class_matrix<Unaligned>(Matrix<float,3,5>()) );
137 CALL_SUBTEST_3( map_class_matrix<Aligned>(Matrix<float,4,8>()) );
138 CALL_SUBTEST_3( map_class_matrix<Unaligned>(Matrix<float,4,8>()) );
jacobi.cpp 66 CALL_SUBTEST_3(( jacobi<Matrix4cf, float>() ));
67 CALL_SUBTEST_3(( jacobi<Matrix4cf, std::complex<float> >() ));
miscmatrices.cpp 43 CALL_SUBTEST_3( miscMatrices(MatrixXcf(3, 3)) );
selfadjoint.cpp 53 CALL_SUBTEST_3( selfadjoint(Matrix3cf()) );
stddeque.cpp 119 CALL_SUBTEST_3(check_stddeque_matrix(MatrixXd(1,1)));
120 CALL_SUBTEST_3(check_stddeque_matrix(VectorXd(20)));
121 CALL_SUBTEST_3(check_stddeque_matrix(RowVectorXf(20)));
122 CALL_SUBTEST_3(check_stddeque_matrix(MatrixXcf(10,10)));
stdlist.cpp 119 CALL_SUBTEST_3(check_stdlist_matrix(MatrixXd(1,1)));
120 CALL_SUBTEST_3(check_stdlist_matrix(VectorXd(20)));
121 CALL_SUBTEST_3(check_stdlist_matrix(RowVectorXf(20)));
122 CALL_SUBTEST_3(check_stdlist_matrix(MatrixXcf(10,10)));
stdvector.cpp 134 CALL_SUBTEST_3(check_stdvector_matrix(MatrixXd(1,1)));
135 CALL_SUBTEST_3(check_stdvector_matrix(VectorXd(20)));
136 CALL_SUBTEST_3(check_stdvector_matrix(RowVectorXf(20)));
137 CALL_SUBTEST_3(check_stdvector_matrix(MatrixXcf(10,10)));
stdvector_overload.cpp 148 CALL_SUBTEST_3(check_stdvector_matrix(MatrixXd(1,1)));
149 CALL_SUBTEST_3(check_stdvector_matrix(VectorXd(20)));
150 CALL_SUBTEST_3(check_stdvector_matrix(RowVectorXf(20)));
151 CALL_SUBTEST_3(check_stdvector_matrix(MatrixXcf(10,10)));
  /external/eigen/unsupported/test/
matrix_square_root.cpp 26 CALL_SUBTEST_3(testMatrixSqrt(Matrix4f()));
sparse_extra.cpp 141 CALL_SUBTEST_3( sparse_extra(DynamicSparseMatrix<double>(s, s)) );
142 // CALL_SUBTEST_3(( sparse_basic(DynamicSparseMatrix<double>(s, s)) ));
143 // CALL_SUBTEST_3(( sparse_basic(DynamicSparseMatrix<double,ColMajor,long int>(s, s)) ));
145 CALL_SUBTEST_3( (sparse_product<DynamicSparseMatrix<float, ColMajor> >()) );
146 CALL_SUBTEST_3( (sparse_product<DynamicSparseMatrix<float, RowMajor> >()) );
polynomialutils.cpp 52 CALL_SUBTEST_3( (realRoots_to_monicPolynomial_test<_Scalar,3>(3)) );
93 CALL_SUBTEST_3( (CauchyBounds<_Scalar,3>(3)) );

Completed in 184 milliseconds

1 2 3 4 5