Home
last modified time | relevance | path

Searched refs:Matrix2f (Results 1 – 25 of 30) sorted by relevance

12

/external/eigen/doc/snippets/
DMatrixBase_eval.cpp1 Matrix2f M = Matrix2f::Random();
2 Matrix2f m;
DMatrixBase_cast.cpp2 Matrix2f mf = Matrix2f::Identity();
DJacobi_makeJacobi.cpp1 Matrix2f m = Matrix2f::Random();
DFullPivLU_solve.cpp2 Matrix2f y = Matrix2f::Random();
/external/eigen/doc/examples/
DTutorialLinAlgExSolveLDLT.cpp9 Matrix2f A, b; in main()
14 Matrix2f x = A.ldlt().solve(b); in main()
DTutorialLinAlgSelfAdjointEigenSolver.cpp9 Matrix2f A; in main()
12 SelfAdjointEigenSolver<Matrix2f> eigensolver(A); in main()
DTutorialLinAlgComputeTwice.cpp9 Matrix2f A, b; in main()
10 LLT<Matrix2f> llt; in main()
/external/eigen/unsupported/test/
Dmatrix_power.cpp170 CALL_SUBTEST_1(testGeneral(Matrix2f(), 1e-4)); in test_matrix_power()
183 CALL_SUBTEST_1(testSingular(Matrix2f(), 1e-4)); in test_matrix_power()
196 CALL_SUBTEST_1(testLogThenExp(Matrix2f(), 1e-4)); in test_matrix_power()
Dmatrix_exponential.cpp136 CALL_SUBTEST_1(randomTest(Matrix2f(), 1e-4)); in test_matrix_exponential()
/external/eigen/test/
Dstddeque_overload.cpp18 EIGEN_DEFINE_STL_DEQUE_SPECIALIZATION(Matrix2f) in EIGEN_DEFINE_STL_DEQUE_SPECIALIZATION() argument
139 CALL_SUBTEST_1(check_stddeque_matrix(Matrix2f())); in test_stddeque_overload()
Dstdvector_overload.cpp18 EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION(Matrix2f) in EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION() argument
142 CALL_SUBTEST_1(check_stdvector_matrix(Matrix2f())); in test_stdvector_overload()
Dstdlist_overload.cpp18 EIGEN_DEFINE_STL_LIST_SPECIALIZATION(Matrix2f) in EIGEN_DEFINE_STL_LIST_SPECIALIZATION() argument
173 CALL_SUBTEST_1(check_stdlist_matrix(Matrix2f())); in test_stdlist_overload()
Darray_for_matrix.cpp267 CALL_SUBTEST_2( array_for_matrix(Matrix2f()) ); in test_array_for_matrix()
275 CALL_SUBTEST_2( comparisons(Matrix2f()) ); in test_array_for_matrix()
282 CALL_SUBTEST_2( cwise_min_max(Matrix2f()) ); in test_array_for_matrix()
Dunalignedassert.cpp115 construct_at_boundary<Matrix2f>(16); in unalignedassert()
Dstddeque.cpp113 CALL_SUBTEST_1(check_stddeque_matrix(Matrix2f())); in test_stddeque()
Dqtvector.cpp138 CALL_SUBTEST(check_qtvector_matrix(Matrix2f())); in test_qtvector()
Dstdlist.cpp113 CALL_SUBTEST_1(check_stdlist_matrix(Matrix2f())); in test_stdlist()
Dstdvector.cpp128 CALL_SUBTEST_1(check_stdvector_matrix(Matrix2f())); in test_stdvector()
Dvisitor.cpp122 CALL_SUBTEST_2( matrixVisitor(Matrix2f()) ); in test_visitor()
Darray_reverse.cpp131 CALL_SUBTEST_2( reverse(Matrix2f()) ); in test_array_reverse()
Dcuda_basic.cu171 CALL_SUBTEST( run_and_compare_to_cuda(eigenvalues<Matrix2f>(), nthreads, in, out) ); in test_cuda_basic()
Dlinearstructure.cpp120 CALL_SUBTEST_2( linearStructure(Matrix2f()) ); in test_linearstructure()
Dmapstaticmethods.cpp158 CALL_SUBTEST_2(( mapstaticmethods(Matrix2f()) )); in test_mapstaticmethods()
/external/eigen/doc/
DUnalignedArrayAssert.dox54 std::vector<Eigen::Matrix2f> my_vector;
55 struct my_class { ... Eigen::Matrix2f m; ... };
61 Note that here, Eigen::Matrix2f is only used as an example, more generally the issue arises for all…
DFixedSizeVectorizable.dox16 \li Eigen::Matrix2f

12