Home
last modified time | relevance | path

Searched refs:Matrix2f (Results 1 – 25 of 42) 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/test/
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()
Dunalignedassert.cpp86 construct_at_boundary<Matrix2f>(16); in unalignedassert()
Darray_for_matrix.cpp220 CALL_SUBTEST_2( array_for_matrix(Matrix2f()) ); in test_array_for_matrix()
228 CALL_SUBTEST_2( comparisons(Matrix2f()) ); in test_array_for_matrix()
235 CALL_SUBTEST_2( cwise_min_max(Matrix2f()) ); in test_array_for_matrix()
Darray_reverse.cpp113 CALL_SUBTEST_2( reverse(Matrix2f()) ); in test_array_reverse()
Dlinearstructure.cpp75 CALL_SUBTEST_2( linearStructure(Matrix2f()) ); in test_linearstructure()
Dstdvector.cpp128 CALL_SUBTEST_1(check_stdvector_matrix(Matrix2f())); in test_stdvector()
Dvisitor.cpp117 CALL_SUBTEST_2( matrixVisitor(Matrix2f()) ); in test_visitor()
Dstdlist.cpp113 CALL_SUBTEST_1(check_stdlist_matrix(Matrix2f())); in test_stdlist()
Dqtvector.cpp138 CALL_SUBTEST(check_qtvector_matrix(Matrix2f())); in test_qtvector()
Dstddeque.cpp113 CALL_SUBTEST_1(check_stddeque_matrix(Matrix2f())); in test_stddeque()
/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
/external/eigen/test/eigen2/
Deigen2_array.cpp121 CALL_SUBTEST_2( array(Matrix2f()) ); in test_eigen2_array()
129 CALL_SUBTEST_2( comparisons(Matrix2f()) ); in test_eigen2_array()
Deigen2_qr.cpp50 CALL_SUBTEST_1( qr(Matrix2f()) ); in test_eigen2_qr()
Deigen2_sum.cpp60 CALL_SUBTEST_2( matrixSum(Matrix2f()) ); in test_eigen2_sum()
Deigen2_linearstructure.cpp75 CALL_SUBTEST_2( linearStructure(Matrix2f()) ); in test_eigen2_linearstructure()
Deigen2_visitor.cpp104 CALL_SUBTEST_2( matrixVisitor(Matrix2f()) ); in test_eigen2_visitor()
Deigen2_stdvector.cpp128 CALL_SUBTEST_2(check_stdvector_matrix(Matrix2f())); in test_eigen2_stdvector()

12