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

1 2 3 4 5 6

  /external/eigen/test/
superlu_support.cpp 19 CALL_SUBTEST_2( check_sparse_square_solving(superlu_cplxdouble_colmajor) );
21 CALL_SUBTEST_2( check_sparse_square_determinant(superlu_cplxdouble_colmajor) );
umfpack_support.cpp 29 CALL_SUBTEST_2(test_umfpack_support_T<std::complex<double> >());
bicgstab.cpp 29 CALL_SUBTEST_2(test_bicgstab_T<std::complex<double> >());
eigensolver_generalized_real.cpp 50 CALL_SUBTEST_2( generalized_eigensolver_real(MatrixXd(s,s)) );
53 CALL_SUBTEST_2( generalized_eigensolver_real(MatrixXd(1,1)) );
54 CALL_SUBTEST_2( generalized_eigensolver_real(MatrixXd(2,2)) );
real_qz.cpp 55 CALL_SUBTEST_2( real_qz(MatrixXd(s,s)) );
58 CALL_SUBTEST_2( real_qz(MatrixXd(1,1)) );
59 CALL_SUBTEST_2( real_qz(MatrixXd(2,2)) );
conjugate_gradient.cpp 29 CALL_SUBTEST_2(test_conjugate_gradient_T<std::complex<double> >());
sparselu.cpp 52 CALL_SUBTEST_2(test_sparselu_T<double>());
eigensolver_generic.cpp 95 CALL_SUBTEST_2( eigensolver(MatrixXd(s,s)) );
98 CALL_SUBTEST_2( eigensolver(MatrixXd(1,1)) );
99 CALL_SUBTEST_2( eigensolver(MatrixXd(2,2)) );
106 CALL_SUBTEST_2( eigensolver_verify_assert(MatrixXd(s,s)) );
114 CALL_SUBTEST_2(
diagonal.cpp 70 CALL_SUBTEST_2( diagonal(Matrix4d()) );
71 CALL_SUBTEST_2( diagonal(MatrixXcf(internal::random<int>(1,EIGEN_TEST_MAX_SIZE), internal::random<int>(1,EIGEN_TEST_MAX_SIZE))) );
72 CALL_SUBTEST_2( diagonal(MatrixXi(internal::random<int>(1,EIGEN_TEST_MAX_SIZE), internal::random<int>(1,EIGEN_TEST_MAX_SIZE))) );
73 CALL_SUBTEST_2( diagonal(MatrixXcd(internal::random<int>(1,EIGEN_TEST_MAX_SIZE), internal::random<int>(1,EIGEN_TEST_MAX_SIZE))) );
nesting_ops.cpp 30 CALL_SUBTEST_2(run_nesting_ops(MatrixXd::Random(25,25)));
pardiso_support.cpp 26 CALL_SUBTEST_2(test_pardiso_T<double>());
pastix_support.cpp 41 CALL_SUBTEST_2(test_pastix_T<double>());
product_small.cpp 36 CALL_SUBTEST_2( product(Matrix<int, 3, 5>()) );
simplicial_cholesky.cpp 44 CALL_SUBTEST_2(test_simplicial_cholesky_T<std::complex<double> >());
prec_inverse_4x4.cpp 63 CALL_SUBTEST_2((inverse_permutation_4x4<Matrix<double,4,4,RowMajor> >()));
64 CALL_SUBTEST_2(( inverse_general_4x4<Matrix<double,4,4,RowMajor> >(200000 * g_repeat) ));
geo_orthomethods.cpp 110 CALL_SUBTEST_2( orthomethods_3<double>() );
113 CALL_SUBTEST_2( (orthomethods<double,2>()) );
115 CALL_SUBTEST_2( (orthomethods<double,3>()) );
eigen2support.cpp 60 CALL_SUBTEST_2( eigen2support(MatrixXd(1,1)) );
63 CALL_SUBTEST_2( eigen2support(MatrixXf(200,200)) );
cholmod_support.cpp 55 CALL_SUBTEST_2(test_cholmod_T<std::complex<double> >());
  /external/eigen/test/eigen2/
eigen2_product_small.cpp 17 CALL_SUBTEST_2( product(Matrix<int, 3, 5>()) );
eigen2_prec_inverse_4x4.cpp 79 CALL_SUBTEST_2((inverse_permutation_4x4<Matrix<double,4,4,RowMajor> >()));
80 CALL_SUBTEST_2(( inverse_general_4x4<Matrix<double,4,4,RowMajor> >(200000 * g_repeat) ));
eigen2_inverse.cpp 57 CALL_SUBTEST_2( inverse(Matrix2d()) );
  /external/eigen/unsupported/test/
dgmres.cpp 30 CALL_SUBTEST_2(test_dgmres_T<std::complex<double> >());
gmres.cpp 30 CALL_SUBTEST_2(test_gmres_T<std::complex<double> >());
matrix_square_root.cpp 25 CALL_SUBTEST_2(testMatrixSqrt(MatrixXcd(12,12)));
polynomialutils.cpp 51 CALL_SUBTEST_2( (realRoots_to_monicPolynomial_test<_Scalar,2>(2)) );
92 CALL_SUBTEST_2( (CauchyBounds<_Scalar,2>(2)) );

Completed in 148 milliseconds

1 2 3 4 5 6