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

1 2

  /external/eigen/test/
qr_fullpivoting.cpp 132 CALL_SUBTEST_7(FullPivHouseholderQR<MatrixXf>(10, 20));
133 CALL_SUBTEST_7((FullPivHouseholderQR<Matrix<float,10,20> >(10,20)));
134 CALL_SUBTEST_7((FullPivHouseholderQR<Matrix<float,10,20> >(Matrix<float,10,20>::Random())));
135 CALL_SUBTEST_7((FullPivHouseholderQR<Matrix<float,20,10> >(20,10)));
136 CALL_SUBTEST_7((FullPivHouseholderQR<Matrix<float,20,10> >(Matrix<float,20,10>::Random())));
inverse.cpp 100 CALL_SUBTEST_7( inverse(Matrix4d()) );
101 CALL_SUBTEST_7( inverse(Matrix<double,4,4,DontAlign>()) );
upperbidiagonalization.cpp 41 CALL_SUBTEST_7( upperbidiag(Matrix<double,4,3>()) );
integer_types.cpp 156 CALL_SUBTEST_7( integer_type_tests(Matrix<long long, 11, 13>()) );
157 CALL_SUBTEST_7( signed_integer_type_tests(Matrix<long long, 11, 13>()) );
qr.cpp 114 CALL_SUBTEST_7( qr_invertible<MatrixXcf>() );
122 CALL_SUBTEST_7(qr_verify_assert<MatrixXcf>());
visitor.cpp 124 CALL_SUBTEST_7( vectorVisitor(Vector4f()) );
125 CALL_SUBTEST_7( vectorVisitor(Matrix<int,12,1>()) );
jacobisvd.cpp 398 CALL_SUBTEST_7(( jacobisvd_verify_assert(MatrixXf(10,12)) ));
430 CALL_SUBTEST_7(( jacobisvd<MatrixXf>(MatrixXf(r,c)) ));
436 CALL_SUBTEST_7( jacobisvd_inf_nan<MatrixXf>() );
439 CALL_SUBTEST_7(( jacobisvd<MatrixXf>(MatrixXf(internal::random<int>(EIGEN_TEST_MAX_SIZE/4, EIGEN_TEST_MAX_SIZE/2), internal::random<int>(EIGEN_TEST_MAX_SIZE/4, EIGEN_TEST_MAX_SIZE/2))) ));
447 CALL_SUBTEST_7( JacobiSVD<MatrixXf>(10,10) );
array_reverse.cpp 118 CALL_SUBTEST_7( reverse(MatrixXcd(20, 20)) );
linearstructure.cpp 80 CALL_SUBTEST_7( linearStructure(MatrixXi (internal::random<int>(1,EIGEN_TEST_MAX_SIZE), internal::random<int>(1,EIGEN_TEST_MAX_SIZE))) );
nullary.cpp 125 CALL_SUBTEST_7( testVectorType(VectorXf(internal::random<int>(1,300))) );
product_selfadjoint.cpp 77 CALL_SUBTEST_7( product_selfadjoint(Matrix<float,Dynamic,Dynamic,RowMajor>(s,s)) );
mapstaticmethods.cpp 166 CALL_SUBTEST_7(( mapstaticmethods(ArrayXf(1)) ));
167 CALL_SUBTEST_7(( mapstaticmethods(ArrayXf(5)) ));
redux.cpp 152 CALL_SUBTEST_7( vectorRedux(Vector4f()) );
153 CALL_SUBTEST_7( vectorRedux(Array4f()) );
diagonalmatrices.cpp 98 CALL_SUBTEST_7( diagonalmatrices(MatrixXi(internal::random<int>(1,EIGEN_TEST_MAX_SIZE), internal::random<int>(1,EIGEN_TEST_MAX_SIZE))) );
  /external/eigen/unsupported/test/
bdcsvd.cpp 167 CALL_SUBTEST_7(( bdcsvd_verify_assert(MatrixXf(10,12)) ));
198 CALL_SUBTEST_7(( bdcsvd<MatrixXf>(MatrixXf(r,c)) ));
204 CALL_SUBTEST_7( bdcsvd_inf_nan<MatrixXf>() );
207 CALL_SUBTEST_7(( bdcsvd<MatrixXf>(MatrixXf(internal::random<int>(EIGEN_TEST_MAX_SIZE/4, EIGEN_TEST_MAX_SIZE/2), internal::random<int>(EIGEN_TEST_MAX_SIZE/4, EIGEN_TEST_MAX_SIZE/2))) ));
211 CALL_SUBTEST_7( BDCSVD<MatrixXf>(10,10) );
jacobisvd.cpp 145 CALL_SUBTEST_7(( jacobisvd_verify_assert(MatrixXf(10,12)) ));
172 CALL_SUBTEST_7(( jacobisvd<MatrixXf>(MatrixXf(r,c)) ));
178 CALL_SUBTEST_7( jacobisvd_inf_nan<MatrixXf>() );
181 CALL_SUBTEST_7(( jacobisvd<MatrixXf>(MatrixXf(internal::random<int>(EIGEN_TEST_MAX_SIZE/4, EIGEN_TEST_MAX_SIZE/2), internal::random<int>(EIGEN_TEST_MAX_SIZE/4, EIGEN_TEST_MAX_SIZE/2))) ));
191 CALL_SUBTEST_7( JacobiSVD<MatrixXf>(10,10) );
polynomialutils.cpp 56 CALL_SUBTEST_7( (realRoots_to_monicPolynomial_test<_Scalar,7>(7)) );
97 CALL_SUBTEST_7( (CauchyBounds<_Scalar,7>(7)) );
  /external/eigen/test/eigen2/
eigen2_sum.cpp 68 CALL_SUBTEST_7( vectorSum(VectorXd(10)) );
eigen2_adjoint.cpp 99 CALL_SUBTEST_7( adjoint(Matrix<float, 100, 100>()) );
eigen2_basicstuff.cpp 106 CALL_SUBTEST_7( basicStuff(Matrix<long double,Dynamic,Dynamic>(10,10)) );
eigen2_cholesky.cpp 111 CALL_SUBTEST_7( cholesky(MatrixXd(33,33)) );
eigen2_linearstructure.cpp 81 CALL_SUBTEST_7( linearStructure(MatrixXi(8, 12)) );
eigen2_visitor.cpp 111 CALL_SUBTEST_7( vectorVisitor(Vector4f()) );
main.h 268 #define CALL_SUBTEST_7(FUNC) CALL_SUBTEST(FUNC)
270 #define CALL_SUBTEST_7(FUNC)
eigen2_array.cpp 140 CALL_SUBTEST_7( lpNorm(VectorXcd(10)) );

Completed in 1253 milliseconds

1 2