Searched refs:Matrix2f (Results 1 – 25 of 30) sorted by relevance
12
/external/eigen/doc/snippets/ |
D | MatrixBase_eval.cpp | 1 Matrix2f M = Matrix2f::Random(); 2 Matrix2f m;
|
D | MatrixBase_cast.cpp | 2 Matrix2f mf = Matrix2f::Identity();
|
D | Jacobi_makeJacobi.cpp | 1 Matrix2f m = Matrix2f::Random();
|
D | FullPivLU_solve.cpp | 2 Matrix2f y = Matrix2f::Random();
|
/external/eigen/doc/examples/ |
D | TutorialLinAlgExSolveLDLT.cpp | 9 Matrix2f A, b; in main() 14 Matrix2f x = A.ldlt().solve(b); in main()
|
D | TutorialLinAlgSelfAdjointEigenSolver.cpp | 9 Matrix2f A; in main() 12 SelfAdjointEigenSolver<Matrix2f> eigensolver(A); in main()
|
D | TutorialLinAlgComputeTwice.cpp | 9 Matrix2f A, b; in main() 10 LLT<Matrix2f> llt; in main()
|
/external/eigen/unsupported/test/ |
D | matrix_power.cpp | 170 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()
|
D | matrix_exponential.cpp | 136 CALL_SUBTEST_1(randomTest(Matrix2f(), 1e-4)); in test_matrix_exponential()
|
/external/eigen/test/ |
D | stddeque_overload.cpp | 18 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()
|
D | stdvector_overload.cpp | 18 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()
|
D | stdlist_overload.cpp | 18 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()
|
D | array_for_matrix.cpp | 267 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()
|
D | unalignedassert.cpp | 115 construct_at_boundary<Matrix2f>(16); in unalignedassert()
|
D | stddeque.cpp | 113 CALL_SUBTEST_1(check_stddeque_matrix(Matrix2f())); in test_stddeque()
|
D | qtvector.cpp | 138 CALL_SUBTEST(check_qtvector_matrix(Matrix2f())); in test_qtvector()
|
D | stdlist.cpp | 113 CALL_SUBTEST_1(check_stdlist_matrix(Matrix2f())); in test_stdlist()
|
D | stdvector.cpp | 128 CALL_SUBTEST_1(check_stdvector_matrix(Matrix2f())); in test_stdvector()
|
D | visitor.cpp | 122 CALL_SUBTEST_2( matrixVisitor(Matrix2f()) ); in test_visitor()
|
D | array_reverse.cpp | 131 CALL_SUBTEST_2( reverse(Matrix2f()) ); in test_array_reverse()
|
D | cuda_basic.cu | 171 CALL_SUBTEST( run_and_compare_to_cuda(eigenvalues<Matrix2f>(), nthreads, in, out) ); in test_cuda_basic()
|
D | linearstructure.cpp | 120 CALL_SUBTEST_2( linearStructure(Matrix2f()) ); in test_linearstructure()
|
D | mapstaticmethods.cpp | 158 CALL_SUBTEST_2(( mapstaticmethods(Matrix2f()) )); in test_mapstaticmethods()
|
/external/eigen/doc/ |
D | UnalignedArrayAssert.dox | 54 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…
|
D | FixedSizeVectorizable.dox | 16 \li Eigen::Matrix2f
|
12