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

1 2 3 4

  /external/eigen/unsupported/test/
matrix_square_root.cpp 28 CALL_SUBTEST_5(testMatrixSqrt(Matrix<float,1,1>()));
29 CALL_SUBTEST_5(testMatrixSqrt(Matrix<std::complex<float>,1,1>()));
polynomialutils.cpp 54 CALL_SUBTEST_5( (realRoots_to_monicPolynomial_test<_Scalar,5>(5)) );
95 CALL_SUBTEST_5( (CauchyBounds<_Scalar,5>(5)) );
  /external/eigen/test/eigen2/
eigen2_product_small.cpp 20 CALL_SUBTEST_5( product(Matrix4f()) );
eigen2_sum.cpp 63 CALL_SUBTEST_5( matrixSum(MatrixXf(8, 12)) );
67 CALL_SUBTEST_5( vectorSum(VectorXf(5)) );
69 CALL_SUBTEST_5( vectorSum(VectorXf(33)) );
eigen2_inverse.cpp 60 CALL_SUBTEST_5( inverse(MatrixXf(8,8)) );
eigen2_miscmatrices.cpp 46 CALL_SUBTEST_5( miscMatrices(MatrixXcd(20, 20)) );
eigen2_product_large.cpp 19 CALL_SUBTEST_5( product(Matrix<float,Dynamic,Dynamic,RowMajor>(ei_random<int>(1,320), ei_random<int>(1,320))) );
eigen2_determinant.cpp 57 CALL_SUBTEST_5( determinant(Matrix<std::complex<double>, 10, 10>()) );
eigen2_array.cpp 124 CALL_SUBTEST_5( array(MatrixXf(8, 12)) );
131 CALL_SUBTEST_5( comparisons(MatrixXf(8, 12)) );
139 CALL_SUBTEST_5( lpNorm(VectorXf(16)) );
eigen2_map.cpp 100 CALL_SUBTEST_5( map_class_vector(VectorXi(12)) );
106 CALL_SUBTEST_5( map_class_matrix(MatrixXi(ei_random<int>(1,10),ei_random<int>(1,10))) );
112 CALL_SUBTEST_5( map_static_methods(VectorXf(12)) );
  /external/eigen/test/
product_small.cpp 39 CALL_SUBTEST_5( product(Matrix4f()) );
jacobi.cpp 72 CALL_SUBTEST_5(( jacobi<MatrixXcd, double>(MatrixXcd(r,c)) ));
73 CALL_SUBTEST_5(( jacobi<MatrixXcd, std::complex<double> >(MatrixXcd(r,c)) ));
mapstride.cpp 128 CALL_SUBTEST_5( map_class_vector<Aligned>(VectorXi(internal::random<int>(1,maxn))) );
129 CALL_SUBTEST_5( map_class_vector<Unaligned>(VectorXi(internal::random<int>(1,maxn))) );
141 CALL_SUBTEST_5( map_class_matrix<Aligned>(MatrixXi(internal::random<int>(1,maxn),internal::random<int>(1,maxn))) );
142 CALL_SUBTEST_5( map_class_matrix<Unaligned>(MatrixXi(internal::random<int>(1,maxn),internal::random<int>(1,maxn))) );
miscmatrices.cpp 45 CALL_SUBTEST_5( miscMatrices(MatrixXcd(20, 20)) );
selfadjoint.cpp 55 CALL_SUBTEST_5( selfadjoint(Matrix<float,Dynamic,Dynamic,RowMajor>(s, s)) );
upperbidiagonalization.cpp 39 CALL_SUBTEST_5( upperbidiag(Matrix<float,6,4>()) );
array_replicate.cpp 66 CALL_SUBTEST_5( replicate(VectorXf(16)) );
hessenberg.cpp 58 CALL_SUBTEST_5(( hessenberg<std::complex<double>,Dynamic>(internal::random<int>(1,EIGEN_TEST_MAX_SIZE)) ));
product_large.cpp 19 CALL_SUBTEST_5( product(Matrix<float,Dynamic,Dynamic,RowMajor>(internal::random<int>(1,EIGEN_TEST_MAX_SIZE), internal::random<int>(1,EIGEN_TEST_MAX_SIZE))) );
lu.cpp 188 CALL_SUBTEST_5( lu_non_invertible<MatrixXcf>() );
189 CALL_SUBTEST_5( lu_invertible<MatrixXcf>() );
190 CALL_SUBTEST_5( lu_verify_assert<MatrixXcf>() );
mapped_matrix.cpp 126 CALL_SUBTEST_5( map_class_vector(VectorXi(12)) );
127 CALL_SUBTEST_5( check_const_correctness(VectorXi(12)) );
133 CALL_SUBTEST_5( map_class_matrix(MatrixXi(internal::random<int>(1,10),internal::random<int>(1,10))) );
mapstaticmethods.cpp 161 CALL_SUBTEST_5(( mapstaticmethods(Array44f()) ));
162 CALL_SUBTEST_5(( mapstaticmethods(VectorXf(1)) ));
163 CALL_SUBTEST_5(( mapstaticmethods(VectorXf(8)) ));
determinant.cpp 62 CALL_SUBTEST_5( determinant(Matrix<std::complex<double>, 10, 10>()) );
eigen2support.cpp 62 CALL_SUBTEST_5( eigen2support(Matrix4d()) );
inverse.cpp 97 CALL_SUBTEST_5( inverse(MatrixXf(s,s)) );

Completed in 259 milliseconds

1 2 3 4