OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CALL_SUBTEST_2
(Results
1 - 25
of
130
) 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> >());
conjugate_gradient.cpp
29
CALL_SUBTEST_2
(test_conjugate_gradient_T<std::complex<double> >());
eigensolver_generic.cpp
85
CALL_SUBTEST_2
( eigensolver(MatrixXd(s,s)) );
88
CALL_SUBTEST_2
( eigensolver(MatrixXd(1,1)) );
89
CALL_SUBTEST_2
( eigensolver(MatrixXd(2,2)) );
96
CALL_SUBTEST_2
( eigensolver_verify_assert(MatrixXd(s,s)) );
104
CALL_SUBTEST_2
(
diagonal.cpp
76
CALL_SUBTEST_2
( diagonal(Matrix4d()) );
77
CALL_SUBTEST_2
( diagonal(MatrixXcf(internal::random<int>(1,EIGEN_TEST_MAX_SIZE), internal::random<int>(1,EIGEN_TEST_MAX_SIZE))) );
78
CALL_SUBTEST_2
( diagonal(MatrixXi(internal::random<int>(1,EIGEN_TEST_MAX_SIZE), internal::random<int>(1,EIGEN_TEST_MAX_SIZE))) );
79
CALL_SUBTEST_2
( diagonal(MatrixXcd(internal::random<int>(1,EIGEN_TEST_MAX_SIZE), internal::random<int>(1,EIGEN_TEST_MAX_SIZE))) );
nesting_ops.cpp
38
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
39
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) ));
conservative_resize.cpp
100
CALL_SUBTEST_2
((run_matrix_tests<float, Eigen::RowMajor>()));
101
CALL_SUBTEST_2
((run_matrix_tests<float, Eigen::ColMajor>()));
110
CALL_SUBTEST_2
((run_vector_tests<float>()));
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
58
CALL_SUBTEST_2
( eigen2support(MatrixXd(1,1)) );
61
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()) );
eigen2_miscmatrices.cpp
43
CALL_SUBTEST_2
( miscMatrices(Matrix4d()) );
eigen2_newstdvector.cpp
129
CALL_SUBTEST_2
(check_stdvector_matrix(Matrix2f()));
130
CALL_SUBTEST_2
(check_stdvector_matrix(Vector4f()));
131
CALL_SUBTEST_2
(check_stdvector_matrix(Matrix4f()));
132
CALL_SUBTEST_2
(check_stdvector_matrix(Matrix4d()));
eigen2_product_large.cpp
16
CALL_SUBTEST_2
( product(MatrixXd(ei_random<int>(1,320), ei_random<int>(1,320))) );
eigen2_qtvector.cpp
138
CALL_SUBTEST_2
(check_qtvector_matrix(Matrix2f()));
139
CALL_SUBTEST_2
(check_qtvector_matrix(Vector4f()));
140
CALL_SUBTEST_2
(check_qtvector_matrix(Matrix4f()));
141
CALL_SUBTEST_2
(check_qtvector_matrix(Matrix4d()));
/external/eigen/unsupported/test/
gmres.cpp
31
CALL_SUBTEST_2
(test_gmres_T<std::complex<double> >());
polynomialutils.cpp
51
CALL_SUBTEST_2
( (realRoots_to_monicPolynomial_test<_Scalar,2>(2)) );
92
CALL_SUBTEST_2
( (CauchyBounds<_Scalar,2>(2)) );
Completed in 50 milliseconds
1
2
3
4
5
6