Searched refs:Matrix2f (Results 1 – 25 of 42) sorted by relevance
12
1 Matrix2f M = Matrix2f::Random();2 Matrix2f m;
2 Matrix2f mf = Matrix2f::Identity();
1 Matrix2f m = Matrix2f::Random();
2 Matrix2f y = Matrix2f::Random();
9 Matrix2f A, b; in main()14 Matrix2f x = A.ldlt().solve(b); in main()
9 Matrix2f A; in main()12 SelfAdjointEigenSolver<Matrix2f> eigensolver(A); in main()
9 Matrix2f A, b; in main()10 LLT<Matrix2f> llt; in main()
18 EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION(Matrix2f) in EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION() argument142 CALL_SUBTEST_1(check_stdvector_matrix(Matrix2f())); in test_stdvector_overload()
86 construct_at_boundary<Matrix2f>(16); in unalignedassert()
220 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()
113 CALL_SUBTEST_2( reverse(Matrix2f()) ); in test_array_reverse()
75 CALL_SUBTEST_2( linearStructure(Matrix2f()) ); in test_linearstructure()
128 CALL_SUBTEST_1(check_stdvector_matrix(Matrix2f())); in test_stdvector()
117 CALL_SUBTEST_2( matrixVisitor(Matrix2f()) ); in test_visitor()
113 CALL_SUBTEST_1(check_stdlist_matrix(Matrix2f())); in test_stdlist()
138 CALL_SUBTEST(check_qtvector_matrix(Matrix2f())); in test_qtvector()
113 CALL_SUBTEST_1(check_stddeque_matrix(Matrix2f())); in test_stddeque()
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…
16 \li Eigen::Matrix2f
121 CALL_SUBTEST_2( array(Matrix2f()) ); in test_eigen2_array()129 CALL_SUBTEST_2( comparisons(Matrix2f()) ); in test_eigen2_array()
50 CALL_SUBTEST_1( qr(Matrix2f()) ); in test_eigen2_qr()
60 CALL_SUBTEST_2( matrixSum(Matrix2f()) ); in test_eigen2_sum()
75 CALL_SUBTEST_2( linearStructure(Matrix2f()) ); in test_eigen2_linearstructure()
104 CALL_SUBTEST_2( matrixVisitor(Matrix2f()) ); in test_eigen2_visitor()
128 CALL_SUBTEST_2(check_stdvector_matrix(Matrix2f())); in test_eigen2_stdvector()