/external/eigen/test/ |
geo_hyperplane.cpp | 153 CALL_SUBTEST_4( hyperplane(Hyperplane<std::complex<double>,5>()) );
|
householder.cpp | 117 CALL_SUBTEST_4( householder(Matrix<float,4,4>()) );
|
permutationmatrices.cpp | 112 CALL_SUBTEST_4( permutationmatrices(Matrix4d()) );
|
product_symm.cpp | 89 CALL_SUBTEST_4(( symm<std::complex<double>,Dynamic,Dynamic>(internal::random<int>(1,EIGEN_TEST_MAX_SIZE/2),internal::random<int>(1,EIGEN_TEST_MAX_SIZE/2)) ));
|
product_syrk.cpp | 96 CALL_SUBTEST_4( syrk(MatrixXcd(s, s)) );
|
product_trmv.cpp | 82 CALL_SUBTEST_4( trmv(MatrixXcf(s,s)) );
|
product_trsolve.cpp | 84 CALL_SUBTEST_4((trsolve<std::complex<double>,Dynamic,Dynamic>(internal::random<int>(1,EIGEN_TEST_MAX_SIZE/2),internal::random<int>(1,EIGEN_TEST_MAX_SIZE/2))));
|
qr.cpp | 105 CALL_SUBTEST_4(( qr_fixedsize<Matrix<double,6,2>, 4 >() ));
|
qr_colpivoting.cpp | 129 CALL_SUBTEST_4(( qr_fixedsize<Matrix<float,3,5>, 4 >() ));
|
stable_norm.cpp | 107 CALL_SUBTEST_4( stable_norm(VectorXf(internal::random<int>(10,2000))) );
|
umeyama.cpp | 172 CALL_SUBTEST_4((run_fixed_size_test<float, 3>(num_elements)));
|
vectorwiseop.cpp | 169 CALL_SUBTEST_4(vectorwiseop_matrix(Matrix4cf()));
|
array.cpp | 268 CALL_SUBTEST_4( array(ArrayXXcf(internal::random<int>(1,EIGEN_TEST_MAX_SIZE), internal::random<int>(1,EIGEN_TEST_MAX_SIZE))) ); 293 CALL_SUBTEST_4( array_complex(ArrayXXcf(internal::random<int>(1,EIGEN_TEST_MAX_SIZE), internal::random<int>(1,EIGEN_TEST_MAX_SIZE))) );
|
basicstuff.cpp | 201 CALL_SUBTEST_4( basicStuff(MatrixXi(internal::random<int>(1,EIGEN_TEST_MAX_SIZE), internal::random<int>(1,EIGEN_TEST_MAX_SIZE))) );
|
cwiseop.cpp | 161 CALL_SUBTEST_4( cwiseops(MatrixXf(internal::random<int>(1,EIGEN_TEST_MAX_SIZE), internal::random<int>(1,EIGEN_TEST_MAX_SIZE))) );
|
nomalloc.cpp | 172 CALL_SUBTEST_4(ctms_decompositions<float>());
|
product_extra.cpp | 145 CALL_SUBTEST_4( product_extra(MatrixXcd(internal::random<int>(1,EIGEN_TEST_MAX_SIZE/2), internal::random<int>(1,EIGEN_TEST_MAX_SIZE/2))) );
|
product_notemporary.cpp | 136 CALL_SUBTEST_4( product_notemporary(MatrixXcd(s,s)) );
|
geo_quaternion.cpp | 249 CALL_SUBTEST_4(( quaternion<double,DontAlign>() ));
|
sparse_product.cpp | 202 CALL_SUBTEST_4( (sparse_product_regression_test<SparseMatrix<double,RowMajor>, Matrix<double, Dynamic, Dynamic, RowMajor> >()) );
|
triangular.cpp | 223 CALL_SUBTEST_4( triangular_square(Matrix<std::complex<float>,8, 8>()) );
|
/external/eigen/unsupported/test/ |
matrix_exponential.cpp | 143 CALL_SUBTEST_4(randomTest(MatrixXd(8,8), 1e-13));
|
matrix_function.cpp | 190 CALL_SUBTEST_4(testMatrixType(Matrix2d()));
|
polynomialsolver.cpp | 204 CALL_SUBTEST_4( (polynomialsolver<float,4>(4)) );
|
/external/eigen/test/eigen2/ |
eigen2_cwiseop.cpp | 155 CALL_SUBTEST_4( cwiseops(MatrixXi(8, 12)) );
|