Searched refs:CALL_SUBTEST_4 (Results 1 - 25 of 109) sorted by relevance

12345

/external/eigen/test/eigen2/
H A Deigen2_product_small.cpp19 CALL_SUBTEST_4( product(Matrix4d()) );
H A Deigen2_qr.cpp53 CALL_SUBTEST_4( qr(MatrixXcd(5,5)) );
54 CALL_SUBTEST_4( qr(MatrixXcd(7,3)) );
H A Deigen2_visitor.cpp106 CALL_SUBTEST_4( matrixVisitor(MatrixXd(8, 12)) );
112 CALL_SUBTEST_4( vectorVisitor(VectorXd(10)) );
113 CALL_SUBTEST_4( vectorVisitor(RowVectorXd(10)) );
H A Deigen2_inverse.cpp59 CALL_SUBTEST_4( inverse(Matrix4f()) );
H A Deigen2_miscmatrices.cpp45 CALL_SUBTEST_4( miscMatrices(MatrixXi(8, 12)) );
H A Deigen2_product_large.cpp18 CALL_SUBTEST_4( product(MatrixXcf(ei_random<int>(1,50), ei_random<int>(1,50))) );
H A Deigen2_lu.cpp116 CALL_SUBTEST_4( lu_non_invertible<MatrixXcd>() );
120 CALL_SUBTEST_4( lu_invertible<MatrixXcd>() );
/external/eigen/test/
H A Dpardiso_support.cpp28 CALL_SUBTEST_4(test_pardiso_T< std::complex<double> >());
H A Dsparselu.cpp54 CALL_SUBTEST_4(test_sparselu_T<std::complex<double> >());
H A Dnesting_ops.cpp32 CALL_SUBTEST_4(run_nesting_ops(Matrix4d::Random()));
H A Dpastix_support.cpp43 CALL_SUBTEST_4(test_pastix_T_LU<std::complex<double> >());
H A Dproduct_small.cpp38 CALL_SUBTEST_4( product(Matrix4d()) );
H A Dconservative_resize.cpp123 CALL_SUBTEST_4((run_matrix_tests<std::complex<float>, Eigen::RowMajor>()));
124 CALL_SUBTEST_4((run_matrix_tests<std::complex<float>, Eigen::ColMajor>()));
131 CALL_SUBTEST_4((run_vector_tests<std::complex<float> >()));
H A Dinverse.cpp94 CALL_SUBTEST_4( inverse(Matrix4f()) );
95 CALL_SUBTEST_4( inverse(Matrix<float,4,4,DontAlign>()) );
H A Dlu.cpp183 CALL_SUBTEST_4( lu_non_invertible<MatrixXd>() );
184 CALL_SUBTEST_4( lu_invertible<MatrixXd>() );
185 CALL_SUBTEST_4( lu_partial_piv<MatrixXd>() );
186 CALL_SUBTEST_4( lu_verify_assert<MatrixXd>() );
H A Dmapstride.cpp126 CALL_SUBTEST_4( map_class_vector<Aligned>(VectorXcf(internal::random<int>(1,maxn))) );
127 CALL_SUBTEST_4( map_class_vector<Unaligned>(VectorXcf(internal::random<int>(1,maxn))) );
139 CALL_SUBTEST_4( map_class_matrix<Aligned>(MatrixXcf(internal::random<int>(1,maxn),internal::random<int>(1,maxn))) );
140 CALL_SUBTEST_4( map_class_matrix<Unaligned>(MatrixXcf(internal::random<int>(1,maxn),internal::random<int>(1,maxn))) );
H A Dmiscmatrices.cpp44 CALL_SUBTEST_4( miscMatrices(MatrixXi(8, 12)) );
H A Dselfadjoint.cpp54 CALL_SUBTEST_4( selfadjoint(MatrixXcd(s,s)) );
H A Dupperbidiagonalization.cpp38 CALL_SUBTEST_4( upperbidiag(MatrixXcd(16,15)) );
H A Deigensolver_complex.cpp110 CALL_SUBTEST_4( eigensolver(Matrix3f()) );
116 CALL_SUBTEST_4( eigensolver_verify_assert(Matrix3f()) );
H A Deigensolver_generic.cpp101 CALL_SUBTEST_4( eigensolver(Matrix2d()) );
108 CALL_SUBTEST_4( eigensolver_verify_assert(Matrix2d()) );
H A Dgeo_orthomethods.cpp111 CALL_SUBTEST_4( orthomethods_3<std::complex<double> >() );
117 CALL_SUBTEST_4( (orthomethods<std::complex<double>,8>()) );
H A Darray_replicate.cpp65 CALL_SUBTEST_4( replicate(Vector4f()) );
/external/eigen/unsupported/test/
H A Dmatrix_square_root.cpp27 CALL_SUBTEST_4(testMatrixSqrt(Matrix<double,Dynamic,Dynamic,RowMajor>(9, 9)));
H A Dpolynomialutils.cpp53 CALL_SUBTEST_4( (realRoots_to_monicPolynomial_test<_Scalar,4>(4)) );
94 CALL_SUBTEST_4( (CauchyBounds<_Scalar,4>(4)) );

Completed in 210 milliseconds

12345