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

1 2

  /external/eigen/unsupported/test/
polynomialutils.cpp 57 CALL_SUBTEST_8( (realRoots_to_monicPolynomial_test<_Scalar,17>(17)) );
98 CALL_SUBTEST_8( (CauchyBounds<_Scalar,17>(17)) );
matrix_exponential.cpp 134 CALL_SUBTEST_8(test2dRotation<long double>(1e-13));
137 CALL_SUBTEST_8(test2dHyperbolicRotation<long double>(1e-14));
polynomialsolver.cpp 208 CALL_SUBTEST_8( (polynomialsolver<double,8>(8)) );
  /external/eigen/test/
nullary.cpp 120 CALL_SUBTEST_8( testVectorType(Vector3f()) );
121 CALL_SUBTEST_8( testVectorType(Matrix<float,1,1>()) );
eigensolver_selfadjoint.cpp 141 CALL_SUBTEST_8(SelfAdjointEigenSolver<MatrixXf>(s));
142 CALL_SUBTEST_8(Tridiagonalization<MatrixXf>(s));
qr.cpp 114 CALL_SUBTEST_8( qr_invertible<MatrixXcd>() );
122 CALL_SUBTEST_8(qr_verify_assert<MatrixXcd>());
jacobisvd.cpp 300 CALL_SUBTEST_8(( jacobisvd_verify_assert(MatrixXcd(7,5)) ));
327 CALL_SUBTEST_8(( jacobisvd<MatrixXcd>(MatrixXcd(r,c)) ));
336 CALL_SUBTEST_8(( jacobisvd<MatrixXcd>(MatrixXcd(internal::random<int>(EIGEN_TEST_MAX_SIZE/4, EIGEN_TEST_MAX_SIZE/3), internal::random<int>(EIGEN_TEST_MAX_SIZE/4, EIGEN_TEST_MAX_SIZE/3))) ));
array_reverse.cpp 119 CALL_SUBTEST_8( reverse(Matrix<float, 100, 100>()) );
linearstructure.cpp 80 CALL_SUBTEST_8( linearStructure(MatrixXcd(internal::random<int>(1,EIGEN_TEST_MAX_SIZE/2), internal::random<int>(1,EIGEN_TEST_MAX_SIZE/2))) );
visitor.cpp 114 CALL_SUBTEST_8( vectorVisitor(VectorXd(10)) );
mapstaticmethods.cpp 168 CALL_SUBTEST_8(( mapstaticmethods(ArrayXXf(1,1)) ));
169 CALL_SUBTEST_8(( mapstaticmethods(ArrayXXf(8,6)) ));
redux.cpp 155 CALL_SUBTEST_8( vectorRedux(VectorXf(internal::random<int>(1,maxsize))) );
156 CALL_SUBTEST_8( vectorRedux(ArrayXf(internal::random<int>(1,maxsize))) );
diagonalmatrices.cpp 91 CALL_SUBTEST_8( diagonalmatrices(Matrix<double,Dynamic,Dynamic,RowMajor>(internal::random<int>(1,EIGEN_TEST_MAX_SIZE), internal::random<int>(1,EIGEN_TEST_MAX_SIZE))) );
geo_alignedbox.cpp 163 CALL_SUBTEST_8( alignedboxCastTests(AlignedBox1d()) );
householder.cpp 121 CALL_SUBTEST_8( householder(Matrix<double,1,1>()) );
integer_types.cpp 159 CALL_SUBTEST_8( integer_type_tests(Matrix<unsigned long long, Dynamic, 5>(1, 5)) );
map.cpp 140 CALL_SUBTEST_8( map_static_methods(RowVector3d()) );
product_symm.cpp 94 CALL_SUBTEST_8(( symm<std::complex<double>,Dynamic,1>(internal::random<int>(1,EIGEN_TEST_MAX_SIZE)) ));
product_trsolve.cpp 91 CALL_SUBTEST_8((trsolve<std::complex<float>,4,1>()));
qr_colpivoting.cpp 142 CALL_SUBTEST_8(qr_verify_assert<Matrix3d>());
umeyama.cpp 177 CALL_SUBTEST_8((run_fixed_size_test<double, 4>(num_elements)));
  /external/eigen/test/eigen2/
eigen2_linearstructure.cpp 82 CALL_SUBTEST_8( linearStructure(MatrixXcd(20, 20)) );
eigen2_visitor.cpp 114 CALL_SUBTEST_8( vectorVisitor(VectorXf(33)) );
main.h 274 #define CALL_SUBTEST_8(FUNC) CALL_SUBTEST(FUNC)
276 #define CALL_SUBTEST_8(FUNC)
eigen2_triangular.cpp 148 CALL_SUBTEST_8( selfadjoint() );

Completed in 141 milliseconds

1 2