/external/eigen/test/ |
product_trmm.cpp | 86 EIGEN_CAT(CALL_SUBTEST_1,NB)((trmv<SCALAR, MODE, ColMajor>())); \ 87 EIGEN_CAT(CALL_SUBTEST_1,NB)((trmv<SCALAR, MODE, RowMajor>()));
|
product_trsolve.cpp | 81 CALL_SUBTEST_1((trsolve<float,Dynamic,Dynamic>(internal::random<int>(1,EIGEN_TEST_MAX_SIZE),internal::random<int>(1,EIGEN_TEST_MAX_SIZE)))); 87 CALL_SUBTEST_1((trsolve<float,Dynamic,1>(internal::random<int>(1,EIGEN_TEST_MAX_SIZE))));
|
sparse_solvers.cpp | 107 CALL_SUBTEST_1(sparse_solvers<double>(8, 8) ); 110 CALL_SUBTEST_1(sparse_solvers<double>(s,s) );
|
geo_quaternion.cpp | 244 CALL_SUBTEST_1(( quaternion<float,AutoAlign>() )); 245 CALL_SUBTEST_1( check_const_correctness(Quaternionf()) ); 252 CALL_SUBTEST_1( mapQuaternion<float>() );
|
jacobisvd.cpp | 306 CALL_SUBTEST_1(( jacobisvd(m, false) )); 309 CALL_SUBTEST_1(( jacobisvd(m, false) )); 339 CALL_SUBTEST_1(( jacobisvd_method<Matrix2cd>() ));
|
array.cpp | 265 CALL_SUBTEST_1( array(Array<float, 1, 1>()) ); 273 CALL_SUBTEST_1( comparisons(Array<float, 1, 1>()) ); 280 CALL_SUBTEST_1( min_max(Array<float, 1, 1>()) ); 287 CALL_SUBTEST_1( array_real(Array<float, 1, 1>()) );
|
array_reverse.cpp | 112 CALL_SUBTEST_1( reverse(Matrix<float, 1, 1>()) );
|
geo_parametrizedline.cpp | 98 CALL_SUBTEST_1( parametrizedline(ParametrizedLine<float,2>()) );
|
linearstructure.cpp | 73 CALL_SUBTEST_1( linearStructure(Matrix<float, 1, 1>()) );
|
nullary.cpp | 111 CALL_SUBTEST_1( testMatrixType(Matrix2d()) );
|
packetmath.cpp | 333 CALL_SUBTEST_1( packetmath<float>() ); 336 CALL_SUBTEST_1( packetmath<std::complex<float> >() ); 339 CALL_SUBTEST_1( packetmath_real<float>() ); 342 CALL_SUBTEST_1( packetmath_complex<std::complex<float> >() );
|
product_selfadjoint.cpp | 68 CALL_SUBTEST_1( product_selfadjoint(Matrix<float, 1, 1>()) );
|
sparse_basic.cpp | 388 CALL_SUBTEST_1(( sparse_basic(SparseMatrix<double>(8, 8)) )); 391 CALL_SUBTEST_1(( sparse_basic(SparseMatrix<double>(s, s)) )); 392 CALL_SUBTEST_1(( sparse_basic(SparseMatrix<double,ColMajor,long int>(s, s)) )); 393 CALL_SUBTEST_1(( sparse_basic(SparseMatrix<double,RowMajor,long int>(s, s)) ));
|
visitor.cpp | 105 CALL_SUBTEST_1( matrixVisitor(Matrix<float, 1, 1>()) );
|
mapstaticmethods.cpp | 153 CALL_SUBTEST_1(( mapstaticmethods(Matrix<float, 1, 1>()) )); 154 CALL_SUBTEST_1(( mapstaticmethods(Vector2f()) ));
|
redux.cpp | 137 CALL_SUBTEST_1( matrixRedux(Matrix<float, 1, 1>()) ); 138 CALL_SUBTEST_1( matrixRedux(Array<float, 1, 1>()) );
|
sparse_product.cpp | 198 CALL_SUBTEST_1( (sparse_product<SparseMatrix<double,ColMajor> >()) ); 199 CALL_SUBTEST_1( (sparse_product<SparseMatrix<double,RowMajor> >()) );
|
triangular.cpp | 220 CALL_SUBTEST_1( triangular_square(Matrix<float, 1, 1>()) ); 234 CALL_SUBTEST_1( bug_159() );
|
/external/eigen/test/eigen2/ |
eigen2_adjoint.cpp | 91 CALL_SUBTEST_1( adjoint(Matrix<float, 1, 1>()) );
|
eigen2_basicstuff.cpp | 100 CALL_SUBTEST_1( basicStuff(Matrix<float, 1, 1>()) );
|
eigen2_cholesky.cpp | 105 CALL_SUBTEST_1( cholesky(Matrix<double,1,1>()) );
|
eigen2_linearstructure.cpp | 75 CALL_SUBTEST_1( linearStructure(Matrix<float, 1, 1>()) );
|
eigen2_visitor.cpp | 103 CALL_SUBTEST_1( matrixVisitor(Matrix<float, 1, 1>()) );
|
eigen2_sparse_basic.cpp | 311 CALL_SUBTEST_1( sparse_basic(SparseMatrix<double>(8, 8)) ); 313 CALL_SUBTEST_1( sparse_basic(SparseMatrix<double>(33, 33)) );
|
main.h | 232 #define CALL_SUBTEST_1(FUNC) CALL_SUBTEST(FUNC) 234 #define CALL_SUBTEST_1(FUNC)
|