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

1 2 3 4

  /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 73 CALL_SUBTEST_5(( jacobi<MatrixXcd, double>(MatrixXcd(r,c)) ));
74 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))) );
selfadjoint.cpp 56 CALL_SUBTEST_5( selfadjoint(Matrix<float,Dynamic,Dynamic,RowMajor>(s, s)) );
upperbidiagonalization.cpp 37 CALL_SUBTEST_5( upperbidiag(Matrix<float,6,4>()) );
conservative_resize.cpp 106 CALL_SUBTEST_5((run_matrix_tests<std::complex<double>, Eigen::RowMajor>()));
113 CALL_SUBTEST_5((run_vector_tests<std::complex<double> >()));
hessenberg.cpp 58 CALL_SUBTEST_5(( hessenberg<std::complex<double>,Dynamic>(internal::random<int>(1,EIGEN_TEST_MAX_SIZE)) ));
miscmatrices.cpp 46 CALL_SUBTEST_5( miscMatrices(MatrixXcd(20, 20)) );
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 192 CALL_SUBTEST_5( lu_non_invertible<MatrixXcf>() );
193 CALL_SUBTEST_5( lu_invertible<MatrixXcf>() );
194 CALL_SUBTEST_5( lu_verify_assert<MatrixXcf>() );
map.cpp 129 CALL_SUBTEST_5( map_class_vector(VectorXi(12)) );
130 CALL_SUBTEST_5( check_const_correctness(VectorXi(12)) );
136 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)) ));
array_for_matrix.cpp 180 CALL_SUBTEST_5( array_for_matrix(MatrixXf(internal::random<int>(1,EIGEN_TEST_MAX_SIZE), internal::random<int>(1,EIGEN_TEST_MAX_SIZE))) );
187 CALL_SUBTEST_5( comparisons(MatrixXf(internal::random<int>(1,EIGEN_TEST_MAX_SIZE), internal::random<int>(1,EIGEN_TEST_MAX_SIZE))) );
194 CALL_SUBTEST_5( cwise_min_max(MatrixXf(internal::random<int>(1,EIGEN_TEST_MAX_SIZE), internal::random<int>(1,EIGEN_TEST_MAX_SIZE))) );
202 CALL_SUBTEST_5( lpNorm(VectorXf(internal::random<int>(1,EIGEN_TEST_MAX_SIZE))) );
array_replicate.cpp 67 CALL_SUBTEST_5( replicate(VectorXf(16)) );
determinant.cpp 62 CALL_SUBTEST_5( determinant(Matrix<std::complex<double>, 10, 10>()) );
  /external/eigen/unsupported/test/
matrix_square_root.cpp 59 CALL_SUBTEST_5(testMatrixSqrt(Matrix<float,1,1>()));
60 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)) );

Completed in 222 milliseconds

1 2 3 4