Searched refs:CALL_SUBTEST_4 (Results 51 - 75 of 109) sorted by relevance

12345

/external/eigen/test/
H A Dqr_fullpivoting.cpp120 CALL_SUBTEST_4( qr_invertible<MatrixXcf>() );
128 CALL_SUBTEST_4(qr_verify_assert<MatrixXcf>());
H A Dref.cpp240 CALL_SUBTEST_4( ref_vector(VectorXcf(8)) );
247 CALL_SUBTEST_4( ref_matrix(MatrixXcf(internal::random<int>(1,10),internal::random<int>(1,10))) );
248 CALL_SUBTEST_4( ref_matrix(Matrix<std::complex<double>,10,15>()) );
H A Darray_reverse.cpp115 CALL_SUBTEST_4( reverse(Matrix4d()) );
H A Dgeo_parametrizedline.cpp102 CALL_SUBTEST_4( parametrizedline(ParametrizedLine<std::complex<double>,5>()) );
H A Dlinearstructure.cpp77 CALL_SUBTEST_4( linearStructure(Matrix4d()) );
H A Dnullary.cpp122 CALL_SUBTEST_4( testVectorType(VectorXd(internal::random<int>(1,300))) );
H A Dproduct_selfadjoint.cpp71 CALL_SUBTEST_4( product_selfadjoint(MatrixXcf(s, s)) );
H A Dschur_complex.cpp87 CALL_SUBTEST_4(( schur<Matrix<float, 3, 3, Eigen::RowMajor> >() ));
H A Dschur_real.cpp108 CALL_SUBTEST_4(( schur<Matrix<double, 3, 3, Eigen::RowMajor> >() ));
H A Dvisitor.cpp119 CALL_SUBTEST_4( matrixVisitor(MatrixXd(8, 12)) );
H A Dmapstaticmethods.cpp159 CALL_SUBTEST_4(( mapstaticmethods(Array3f()) ));
160 CALL_SUBTEST_4(( mapstaticmethods(Array33f()) ));
H A Dredux.cpp144 CALL_SUBTEST_4( matrixRedux(MatrixXcf(internal::random<int>(1,maxsize), internal::random<int>(1,maxsize))) );
145 CALL_SUBTEST_4( matrixRedux(ArrayXXcf(internal::random<int>(1,maxsize), internal::random<int>(1,maxsize))) );
H A Darray_for_matrix.cpp221 CALL_SUBTEST_4( array_for_matrix(MatrixXcf(internal::random<int>(1,EIGEN_TEST_MAX_SIZE), internal::random<int>(1,EIGEN_TEST_MAX_SIZE))) );
245 CALL_SUBTEST_4( lpNorm(VectorXcf(internal::random<int>(1,EIGEN_TEST_MAX_SIZE))) );
248 CALL_SUBTEST_4( resize(MatrixXcf(internal::random<int>(1,EIGEN_TEST_MAX_SIZE), internal::random<int>(1,EIGEN_TEST_MAX_SIZE))) );
H A Ddiagonalmatrices.cpp95 CALL_SUBTEST_4( diagonalmatrices(Matrix4d()) );
/external/eigen/unsupported/test/
H A Djacobisvd.cpp144 CALL_SUBTEST_4(( jacobisvd_verify_assert(Matrix4d()) ));
166 CALL_SUBTEST_4(( jacobisvd<Matrix4d>() ));
/external/eigen/test/eigen2/
H A Deigen2_adjoint.cpp94 CALL_SUBTEST_4( adjoint(MatrixXcf(4, 4)) );
H A Deigen2_basicstuff.cpp103 CALL_SUBTEST_4( basicStuff(MatrixXi(8, 12)) );
H A Deigen2_cholesky.cpp108 CALL_SUBTEST_4( cholesky(Matrix4d()) );
H A Deigen2_linearstructure.cpp78 CALL_SUBTEST_4( linearStructure(Matrix4d()) );
H A Dmain.h250 #define CALL_SUBTEST_4(FUNC) CALL_SUBTEST(FUNC) macro
252 #define CALL_SUBTEST_4(FUNC)
H A Deigen2_eigensolver.cpp139 CALL_SUBTEST_4( selfadjointeigensolver(MatrixXcd(5,5)) );
H A Deigen2_hyperplane.cpp122 CALL_SUBTEST_4( hyperplane(Hyperplane<std::complex<double>,5>()) );
H A Deigen2_packetmath.cpp130 CALL_SUBTEST_4( packetmath<std::complex<float> >() );
H A Deigen2_submatrices.cpp144 CALL_SUBTEST_4( submatrices(MatrixXi(8, 12)) );
H A Deigen2_triangular.cpp153 CALL_SUBTEST_4( triangular(MatrixXcf(4, 4)) );

Completed in 135 milliseconds

12345