HomeSort by relevance Sort by last modified time
    Searched refs:CALL_SUBTEST_3 (Results 51 - 75 of 120) sorted by null

1 23 4 5

  /external/eigen/test/
inverse.cpp 93 CALL_SUBTEST_3( inverse(Matrix3f()) );
product_mmtr.cpp 60 CALL_SUBTEST_3((mmtr<std::complex<float> >(internal::random<int>(1,EIGEN_TEST_MAX_SIZE/2))));
swap.cpp 81 CALL_SUBTEST_3( swap(MatrixXd(3,3)) ); // dyn size, no vectorization
integer_types.cpp 145 CALL_SUBTEST_3( integer_type_tests(Matrix<char, 2, Dynamic>(2, 10)) );
146 CALL_SUBTEST_3( signed_integer_type_tests(Matrix<signed char, 2, Dynamic>(2, 10)) );
array.cpp 270 CALL_SUBTEST_3( array(Array44d()) );
278 CALL_SUBTEST_3( comparisons(Array44d()) );
285 CALL_SUBTEST_3( min_max(Array44d()) );
292 CALL_SUBTEST_3( array_real(Array44d()) );
array_reverse.cpp 114 CALL_SUBTEST_3( reverse(Matrix4f()) );
geo_orthomethods.cpp 116 CALL_SUBTEST_3( (orthomethods<float,7>()) );
linearstructure.cpp 76 CALL_SUBTEST_3( linearStructure(Vector3d()) );
nullary.cpp 121 CALL_SUBTEST_3( testMatrixType(MatrixXf(internal::random<int>(1,300),internal::random<int>(1,300))) );
product_selfadjoint.cpp 69 CALL_SUBTEST_3( product_selfadjoint(Matrix3d()) );
schur_complex.cpp 86 CALL_SUBTEST_3(( schur<Matrix<std::complex<float>, 1, 1> >() ));
schur_real.cpp 107 CALL_SUBTEST_3(( schur<Matrix<float, 1, 1> >() ));
basicstuff.cpp 199 CALL_SUBTEST_3( basicStuff(MatrixXcf(internal::random<int>(1,EIGEN_TEST_MAX_SIZE), internal::random<int>(1,EIGEN_TEST_MAX_SIZE))) );
205 CALL_SUBTEST_3( basicStuffComplex(MatrixXcf(internal::random<int>(1,EIGEN_TEST_MAX_SIZE), internal::random<int>(1,EIGEN_TEST_MAX_SIZE))) );
corners.cpp 110 CALL_SUBTEST_3( corners(Matrix<int,10,12>()) );
116 CALL_SUBTEST_3(( corners_fixedsize<Matrix<int,10,12>,4,7,5,2>() ));
geo_hyperplane.cpp 178 CALL_SUBTEST_3( hyperplane(Hyperplane<double,4>()) );
181 CALL_SUBTEST_3( lines<double>() );
mapstaticmethods.cpp 157 CALL_SUBTEST_3(( mapstaticmethods(Matrix4f()) ));
158 CALL_SUBTEST_3(( mapstaticmethods(Array4f()) ));
array_for_matrix.cpp 220 CALL_SUBTEST_3( array_for_matrix(Matrix4d()) );
228 CALL_SUBTEST_3( comparisons(Matrix4d()) );
235 CALL_SUBTEST_3( cwise_min_max(Matrix4d()) );
cholesky.cpp 382 CALL_SUBTEST_3( cholesky(Matrix2d()) );
383 CALL_SUBTEST_3( cholesky_bug241(Matrix2d()) );
384 CALL_SUBTEST_3( cholesky_definiteness(Matrix2d()) );
jacobisvd.cpp 403 CALL_SUBTEST_3(( jacobisvd_verify_assert(Matrix3f()) ));
425 CALL_SUBTEST_3(( jacobisvd<Matrix3f>() ));
452 CALL_SUBTEST_3(( jacobisvd_method<Matrix3f>() ));
  /external/eigen/test/eigen2/
eigen2_adjoint.cpp 91 CALL_SUBTEST_3( adjoint(Matrix4f()) );
eigen2_basicstuff.cpp 99 CALL_SUBTEST_3( basicStuff(MatrixXcf(3, 3)) );
eigen2_cholesky.cpp 107 CALL_SUBTEST_3( cholesky(Matrix3f()) );
eigen2_linearstructure.cpp 76 CALL_SUBTEST_3( linearStructure(Vector3d()) );
eigen2_visitor.cpp 105 CALL_SUBTEST_3( matrixVisitor(Matrix4d()) );
eigen2_cwiseop.cpp 150 CALL_SUBTEST_3( cwiseops(MatrixXf(3, 3)) );
151 CALL_SUBTEST_3( cwiseops(MatrixXf(22, 22)) );

Completed in 2956 milliseconds

1 23 4 5