HomeSort by relevance Sort by last modified time
    Searched refs:CALL_SUBTEST_1 (Results 101 - 125 of 131) sorted by null

1 2 3 45 6

  /external/eigen/test/
adjoint.cpp 110 CALL_SUBTEST_1( adjoint(Matrix<float, 1, 1>()) );
diagonalmatrices.cpp 84 CALL_SUBTEST_1( diagonalmatrices(Matrix<float, 1, 1>()) );
geo_alignedbox.cpp 153 CALL_SUBTEST_1( alignedbox(AlignedBox2f()) );
geo_homogeneous.cpp 99 CALL_SUBTEST_1(( homogeneous<float,1>() ));
householder.cpp 114 CALL_SUBTEST_1( householder(Matrix<double,2,2>()) );
mixingtypes.cpp 129 CALL_SUBTEST_1(mixingtypes<3>());
permutationmatrices.cpp 109 CALL_SUBTEST_1( permutationmatrices(Matrix<float, 1, 1>()) );
product_symm.cpp 86 CALL_SUBTEST_1(( symm<float,Dynamic,Dynamic>(internal::random<int>(1,EIGEN_TEST_MAX_SIZE),internal::random<int>(1,EIGEN_TEST_MAX_SIZE)) ));
product_syrk.cpp 90 CALL_SUBTEST_1( syrk(MatrixXf(s, s)) );
product_trmv.cpp 78 CALL_SUBTEST_1( trmv(Matrix<float, 1, 1>()) );
stable_norm.cpp 104 CALL_SUBTEST_1( stable_norm(Matrix<float, 1, 1>()) );
umeyama.cpp 167 CALL_SUBTEST_1(run_test<MatrixXd>(dim, num_elements));
vectorwiseop.cpp 166 CALL_SUBTEST_1(vectorwiseop_array(Array22cd()));
cwiseop.cpp 158 CALL_SUBTEST_1( cwiseops(Matrix<float, 1, 1>()) );
nomalloc.cpp 167 CALL_SUBTEST_1(nomalloc(Matrix<float, 1, 1>()) );
product_extra.cpp 141 CALL_SUBTEST_1( product_extra(MatrixXf(internal::random<int>(1,EIGEN_TEST_MAX_SIZE), internal::random<int>(1,EIGEN_TEST_MAX_SIZE))) );
product_notemporary.cpp 130 CALL_SUBTEST_1( product_notemporary(MatrixXf(s, s)) );
  /external/eigen/test/eigen2/
eigen2_eigensolver.cpp 136 CALL_SUBTEST_1( selfadjointeigensolver(Matrix3f()) );
eigen2_hyperplane.cpp 119 CALL_SUBTEST_1( hyperplane(Hyperplane<float,2>()) );
eigen2_packetmath.cpp 127 CALL_SUBTEST_1( packetmath<float>() );
eigen2_submatrices.cpp 141 CALL_SUBTEST_1( submatrices(Matrix<float, 1, 1>()) );
eigen2_triangular.cpp 150 CALL_SUBTEST_1( triangular(Matrix<float, 1, 1>()) );
eigen2_cwiseop.cpp 151 CALL_SUBTEST_1( cwiseops(Matrix<float, 1, 1>()) );
  /external/eigen/unsupported/test/
matrix_function.cpp 187 CALL_SUBTEST_1(testMatrixType(Matrix<float,1,1>()));
polynomialsolver.cpp 201 CALL_SUBTEST_1( (polynomialsolver<float,1>(1)) );

Completed in 241 milliseconds

1 2 3 45 6