HomeSort by relevance Sort by last modified time
    Searched refs:CALL_SUBTEST_1 (Results 26 - 50 of 131) sorted by null

12 3 4 5 6

  /external/eigen/test/eigen2/
eigen2_miscmatrices.cpp 42 CALL_SUBTEST_1( miscMatrices(Matrix<float, 1, 1>()) );
eigen2_product_large.cpp 15 CALL_SUBTEST_1( product(MatrixXf(ei_random<int>(1,320), ei_random<int>(1,320))) );
eigen2_lu.cpp 113 CALL_SUBTEST_1( lu_non_invertible<MatrixXf>() );
117 CALL_SUBTEST_1( lu_invertible<MatrixXf>() );
eigen2_alignedbox.cpp 56 CALL_SUBTEST_1( alignedbox(AlignedBox<float,2>()) );
eigen2_determinant.cpp 53 CALL_SUBTEST_1( determinant(Matrix<float, 1, 1>()) );
eigen2_mixingtypes.cpp 74 CALL_SUBTEST_1(mixingtypes<3>());
eigen2_nomalloc.cpp 60 CALL_SUBTEST_1( nomalloc(Matrix<float, 1, 1>()) );
eigen2_parametrizedline.cpp 57 CALL_SUBTEST_1( parametrizedline(ParametrizedLine<float,2>()) );
eigen2_qr.cpp 50 CALL_SUBTEST_1( qr(Matrix2f()) );
eigen2_array.cpp 120 CALL_SUBTEST_1( array(Matrix<float, 1, 1>()) );
128 CALL_SUBTEST_1( comparisons(Matrix<float, 1, 1>()) );
135 CALL_SUBTEST_1( lpNorm(Matrix<float, 1, 1>()) );
eigen2_map.cpp 96 CALL_SUBTEST_1( map_class_vector(Matrix<float, 1, 1>()) );
102 CALL_SUBTEST_1( map_class_matrix(Matrix<float, 1, 1>()) );
108 CALL_SUBTEST_1( map_static_methods(Matrix<double, 1, 1>()) );
eigen2_newstdvector.cpp 124 CALL_SUBTEST_1(check_stdvector_matrix(Vector2f()));
125 CALL_SUBTEST_1(check_stdvector_matrix(Matrix3f()));
126 CALL_SUBTEST_1(check_stdvector_matrix(Matrix3d()));
  /external/eigen/test/
mapstride.cpp 120 CALL_SUBTEST_1( map_class_vector<Aligned>(Matrix<float, 1, 1>()) );
121 CALL_SUBTEST_1( map_class_vector<Unaligned>(Matrix<float, 1, 1>()) );
131 CALL_SUBTEST_1( map_class_matrix<Aligned>(Matrix<float, 1, 1>()) );
132 CALL_SUBTEST_1( map_class_matrix<Unaligned>(Matrix<float, 1, 1>()) );
upperbidiagonalization.cpp 33 CALL_SUBTEST_1( upperbidiag(MatrixXf(3,3)) );
eigensolver_complex.cpp 98 CALL_SUBTEST_1( eigensolver(Matrix4cf()) );
105 CALL_SUBTEST_1( eigensolver_verify_assert(Matrix4cf()) );
eigensolver_generic.cpp 83 CALL_SUBTEST_1( eigensolver(Matrix4f()) );
94 CALL_SUBTEST_1( eigensolver_verify_assert(Matrix4f()) );
sparse_vector.cpp 86 CALL_SUBTEST_1( sparse_vector<double>(8, 8) );
88 CALL_SUBTEST_1( sparse_vector<double>(299, 535) );
basicstuff.cpp 198 CALL_SUBTEST_1( basicStuff(Matrix<float, 1, 1>()) );
210 CALL_SUBTEST_1(fixedSizeMatrixConstruction<unsigned char>());
211 CALL_SUBTEST_1(fixedSizeMatrixConstruction<double>());
212 CALL_SUBTEST_1(fixedSizeMatrixConstruction<double>());
geo_eulerangles.cpp 51 CALL_SUBTEST_1( eulerangles<float>() );
hessenberg.cpp 54 CALL_SUBTEST_1(( hessenberg<std::complex<double>,1>() ));
miscmatrices.cpp 42 CALL_SUBTEST_1( miscMatrices(Matrix<float, 1, 1>()) );
product_large.cpp 15 CALL_SUBTEST_1( product(MatrixXf(internal::random<int>(1,EIGEN_TEST_MAX_SIZE), internal::random<int>(1,EIGEN_TEST_MAX_SIZE))) );
  /external/eigen/unsupported/test/
matrix_exponential.cpp 133 CALL_SUBTEST_1(test2dRotation<float>(2e-5)); // was 1e-5, relaxed for clang 2.8 / linux / x86-64
136 CALL_SUBTEST_1(test2dHyperbolicRotation<float>(1e-5));
144 CALL_SUBTEST_1(randomTest(Matrix2f(), 1e-4));
146 CALL_SUBTEST_1(randomTest(Matrix4f(), 1e-4));
sparse_extra.cpp 138 CALL_SUBTEST_1( sparse_extra(SparseMatrix<double>(8, 8)) );
140 CALL_SUBTEST_1( sparse_extra(SparseMatrix<double>(s, s)) );
matrix_square_root.cpp 55 CALL_SUBTEST_1(testMatrixSqrt(Matrix3cf()));

Completed in 337 milliseconds

12 3 4 5 6