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

1 2 3

  /external/eigen/test/
product_small.cpp 40 CALL_SUBTEST_6( product1x1() );
jacobi.cpp 76 CALL_SUBTEST_6(( jacobi<MatrixXcf, float>(MatrixXcf(r,c)) ));
77 CALL_SUBTEST_6(( jacobi<MatrixXcf, std::complex<float> >(MatrixXcf(r,c)) ));
lu.cpp 196 CALL_SUBTEST_6( lu_non_invertible<MatrixXcd>() );
197 CALL_SUBTEST_6( lu_invertible<MatrixXcd>() );
198 CALL_SUBTEST_6( lu_partial_piv<MatrixXcd>() );
199 CALL_SUBTEST_6( lu_verify_assert<MatrixXcd>() );
upperbidiagonalization.cpp 38 CALL_SUBTEST_6( upperbidiag(Matrix<float,5,5>()) );
hessenberg.cpp 61 CALL_SUBTEST_6(HessenbergDecomposition<MatrixXf>(10));
array_replicate.cpp 68 CALL_SUBTEST_6( replicate(VectorXcd(10)) );
determinant.cpp 64 CALL_SUBTEST_6( determinant(MatrixXd(s, s)) );
eigen2support.cpp 62 CALL_SUBTEST_6( eigen2support(MatrixXcd(100,100)) );
inverse.cpp 97 CALL_SUBTEST_6( inverse(MatrixXcd(s,s)) );
mapstride.cpp 143 CALL_SUBTEST_6( map_class_matrix<Aligned>(MatrixXcd(internal::random<int>(1,maxn),internal::random<int>(1,maxn))) );
144 CALL_SUBTEST_6( map_class_matrix<Unaligned>(MatrixXcd(internal::random<int>(1,maxn),internal::random<int>(1,maxn))) );
qr.cpp 112 CALL_SUBTEST_6( qr_invertible<MatrixXd>() );
120 CALL_SUBTEST_6(qr_verify_assert<MatrixXd>());
qr_colpivoting.cpp 137 CALL_SUBTEST_6( qr_invertible<MatrixXcf>() );
145 CALL_SUBTEST_6(qr_verify_assert<MatrixXcf>());
array_for_matrix.cpp 181 CALL_SUBTEST_6( array_for_matrix(MatrixXi(internal::random<int>(1,EIGEN_TEST_MAX_SIZE), internal::random<int>(1,EIGEN_TEST_MAX_SIZE))) );
188 CALL_SUBTEST_6( comparisons(MatrixXi(internal::random<int>(1,EIGEN_TEST_MAX_SIZE), internal::random<int>(1,EIGEN_TEST_MAX_SIZE))) );
195 CALL_SUBTEST_6( cwise_min_max(MatrixXi(internal::random<int>(1,EIGEN_TEST_MAX_SIZE), internal::random<int>(1,EIGEN_TEST_MAX_SIZE))) );
array_reverse.cpp 117 CALL_SUBTEST_6( reverse(MatrixXi(6, 3)) );
conservative_resize.cpp 107 CALL_SUBTEST_6((run_matrix_tests<std::complex<double>, Eigen::ColMajor>()));
  /external/eigen/test/eigen2/
eigen2_determinant.cpp 58 CALL_SUBTEST_6( determinant(MatrixXd(20, 20)) );
60 CALL_SUBTEST_6( determinant(MatrixXd(200, 200)) );
eigen2_inverse.cpp 61 CALL_SUBTEST_6( inverse(MatrixXcd(7,7)) );
eigen2_sum.cpp 64 CALL_SUBTEST_6( matrixSum(MatrixXi(8, 12)) );
eigen2_array.cpp 125 CALL_SUBTEST_6( array(MatrixXi(8, 12)) );
132 CALL_SUBTEST_6( comparisons(MatrixXi(8, 12)) );
eigen2_adjoint.cpp 96 CALL_SUBTEST_6( adjoint(MatrixXf(21, 21)) );
eigen2_basicstuff.cpp 105 CALL_SUBTEST_6( basicStuff(Matrix<float, 100, 100>()) );
eigen2_cholesky.cpp 110 CALL_SUBTEST_6( cholesky(MatrixXf(17,17)) );
eigen2_linearstructure.cpp 80 CALL_SUBTEST_6( linearStructure(MatrixXf(8, 12)) );
  /external/eigen/unsupported/test/
polynomialutils.cpp 55 CALL_SUBTEST_6( (realRoots_to_monicPolynomial_test<_Scalar,6>(6)) );
96 CALL_SUBTEST_6( (CauchyBounds<_Scalar,6>(6)) );
matrix_exponential.cpp 138 CALL_SUBTEST_6(testPascal<float>(1e-6));
147 CALL_SUBTEST_6(randomTest(MatrixXf(8,8), 1e-4));

Completed in 312 milliseconds

1 2 3