Searched refs:CALL_SUBTEST_8 (Results 1 - 25 of 32) sorted by relevance
12
/external/eigen/unsupported/test/ |
H A D | polynomialutils.cpp | 57 CALL_SUBTEST_8( (realRoots_to_monicPolynomial_test<_Scalar,17>(17)) ); 98 CALL_SUBTEST_8( (CauchyBounds<_Scalar,17>(17)) );
|
H A D | bdcsvd.cpp | 168 CALL_SUBTEST_8(( bdcsvd_verify_assert(MatrixXcd(7,5)) )); 199 CALL_SUBTEST_8(( bdcsvd<MatrixXcd>(MatrixXcd(r,c)) )); 208 CALL_SUBTEST_8(( bdcsvd<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))) ));
|
H A D | jacobisvd.cpp | 146 CALL_SUBTEST_8(( jacobisvd_verify_assert(MatrixXcd(7,5)) )); 173 CALL_SUBTEST_8(( jacobisvd<MatrixXcd>(MatrixXcd(r,c)) )); 182 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))) ));
|
H A D | matrix_exponential.cpp | 126 CALL_SUBTEST_8(test2dRotation<long double>(1e-13)); 129 CALL_SUBTEST_8(test2dHyperbolicRotation<long double>(1e-14));
|
/external/eigen/test/ |
H A D | nullary.cpp | 128 CALL_SUBTEST_8( testVectorType(Vector3f()) ); 129 CALL_SUBTEST_8( testVectorType(Matrix<float,1,1>()) );
|
H A D | eigensolver_selfadjoint.cpp | 155 CALL_SUBTEST_8(SelfAdjointEigenSolver<MatrixXf> tmp1(s)); 156 CALL_SUBTEST_8(Tridiagonalization<MatrixXf> tmp2(s));
|
H A D | qr.cpp | 115 CALL_SUBTEST_8( qr_invertible<MatrixXcd>() ); 123 CALL_SUBTEST_8(qr_verify_assert<MatrixXcd>());
|
H A D | array_reverse.cpp | 119 CALL_SUBTEST_8( reverse(Matrix<float, 100, 100>()) );
|
H A D | linearstructure.cpp | 81 CALL_SUBTEST_8( linearStructure(MatrixXcd(internal::random<int>(1,EIGEN_TEST_MAX_SIZE/2), internal::random<int>(1,EIGEN_TEST_MAX_SIZE/2))) );
|
H A D | visitor.cpp | 126 CALL_SUBTEST_8( vectorVisitor(VectorXd(10)) );
|
H A D | mapstaticmethods.cpp | 168 CALL_SUBTEST_8(( mapstaticmethods(ArrayXXf(1,1)) )); 169 CALL_SUBTEST_8(( mapstaticmethods(ArrayXXf(8,6)) ));
|
H A D | redux.cpp | 156 CALL_SUBTEST_8( vectorRedux(VectorXf(internal::random<int>(1,maxsize))) ); 157 CALL_SUBTEST_8( vectorRedux(ArrayXf(internal::random<int>(1,maxsize))) );
|
H A D | jacobisvd.cpp | 406 CALL_SUBTEST_8(( jacobisvd_verify_assert(MatrixXcd(7,5)) )); 438 CALL_SUBTEST_8(( jacobisvd<MatrixXcd>(MatrixXcd(r,c)) )); 448 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))) ));
|
H A D | diagonalmatrices.cpp | 99 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))) );
|
H A D | geo_alignedbox.cpp | 170 CALL_SUBTEST_8( alignedboxCastTests(AlignedBox1d()) );
|
H A D | householder.cpp | 136 CALL_SUBTEST_8( householder(Matrix<double,1,1>()) );
|
H A D | integer_types.cpp | 159 CALL_SUBTEST_8( integer_type_tests(Matrix<unsigned long long, Dynamic, 5>(1, 5)) );
|
H A D | mapped_matrix.cpp | 159 CALL_SUBTEST_8( map_static_methods(RowVector3d()) );
|
H A D | product_symm.cpp | 92 CALL_SUBTEST_8(( symm<std::complex<double>,Dynamic,1>(internal::random<int>(1,EIGEN_TEST_MAX_SIZE)) ));
|
H A D | product_trsolve.cpp | 91 CALL_SUBTEST_8((trsolve<std::complex<float>,4,1>()));
|
H A D | qr_colpivoting.cpp | 142 CALL_SUBTEST_8(qr_verify_assert<Matrix3d>());
|
/external/eigen/test/eigen2/ |
H A D | eigen2_linearstructure.cpp | 81 CALL_SUBTEST_8( linearStructure(MatrixXcd(20, 20)) );
|
H A D | eigen2_visitor.cpp | 114 CALL_SUBTEST_8( vectorVisitor(VectorXf(33)) );
|
H A D | main.h | 274 #define CALL_SUBTEST_8(FUNC) CALL_SUBTEST(FUNC) macro 276 #define CALL_SUBTEST_8(FUNC)
|
H A D | eigen2_triangular.cpp | 138 CALL_SUBTEST_8( selfadjoint() );
|
Completed in 1303 milliseconds
12