HomeSort by relevance Sort by last modified time
    Searched refs:CALL_SUBTEST_9 (Results 1 - 19 of 19) sorted by null

  /external/eigen/unsupported/test/
polynomialutils.cpp 59 CALL_SUBTEST_9( (realRoots_to_monicPolynomial_test<_Scalar,Dynamic>(
100 CALL_SUBTEST_9( (CauchyBounds<_Scalar,Dynamic>(
matrix_power.cpp 119 CALL_SUBTEST_9(test2dRotation<long double>(1e-13));
122 CALL_SUBTEST_9(test2dHyperbolicRotation<long double>(1e-14));
132 CALL_SUBTEST_9(testExponentLaws(MatrixXe(7,7), 1e-13));
jacobisvd.cpp 194 CALL_SUBTEST_9( jacobisvd_preallocate() );
matrix_exponential.cpp 140 CALL_SUBTEST_9(randomTest(Matrix<long double,Dynamic,Dynamic>(7,7), 1e-13));
polynomialsolver.cpp 206 CALL_SUBTEST_9( (polynomialsolver<float,Dynamic>(
  /external/eigen/test/
lu.cpp 200 CALL_SUBTEST_9( PartialPivLU<MatrixXf>(10) );
201 CALL_SUBTEST_9( FullPivLU<MatrixXf>(10, 20); );
array_reverse.cpp 120 CALL_SUBTEST_9( reverse(Matrix<float,Dynamic,Dynamic,RowMajor>(6,3)) );
linearstructure.cpp 82 CALL_SUBTEST_9( linearStructure(ArrayXXf (internal::random<int>(1,EIGEN_TEST_MAX_SIZE), internal::random<int>(1,EIGEN_TEST_MAX_SIZE))) );
diagonalmatrices.cpp 100 CALL_SUBTEST_9( diagonalmatrices(MatrixXf(internal::random<int>(1,EIGEN_TEST_MAX_SIZE), internal::random<int>(1,EIGEN_TEST_MAX_SIZE))) );
eigensolver_selfadjoint.cpp 144 CALL_SUBTEST_9( selfadjointeigensolver(Matrix<std::complex<double>,Dynamic,Dynamic,RowMajor>(s,s)) );
geo_alignedbox.cpp 172 CALL_SUBTEST_9( alignedbox(AlignedBox1i()) );
mapped_matrix.cpp 138 CALL_SUBTEST_9( map_static_methods(VectorXcd(8)) );
qr.cpp 118 CALL_SUBTEST_9(qr_verify_assert<Matrix3f>());
qr_colpivoting.cpp 149 CALL_SUBTEST_9(ColPivHouseholderQR<MatrixXf>(10, 20));
visitor.cpp 127 CALL_SUBTEST_9( vectorVisitor(RowVectorXd(10)) );
cholesky.cpp 399 CALL_SUBTEST_9( LLT<MatrixXf>(10) );
400 CALL_SUBTEST_9( LDLT<MatrixXf>(10) );
triangular.cpp 226 CALL_SUBTEST_9( triangular_rect(MatrixXcf(r, c)) );
jacobisvd.cpp 458 CALL_SUBTEST_9( jacobisvd_preallocate() );
  /external/eigen/test/eigen2/
main.h 280 #define CALL_SUBTEST_9(FUNC) CALL_SUBTEST(FUNC)
282 #define CALL_SUBTEST_9(FUNC)

Completed in 203 milliseconds