Searched refs:Matrix4d (Results 1 – 25 of 72) sorted by relevance
123
1 Matrix4d X = Matrix4d::Random(4,4);2 Matrix4d A = X + X.transpose();4 Tridiagonalization<Matrix4d> triOfA(A);5 Matrix4d pm = triOfA.packedMatrix();
1 Matrix4d X = Matrix4d::Random(4,4);2 Matrix4d A = X + X.transpose();4 Tridiagonalization<Matrix4d> triOfA(A);
1 Matrix4d A = Matrix4d::Random(4,4);3 HessenbergDecomposition<Matrix4d> hessOfA(A);4 Matrix4d pm = hessOfA.packedMatrix();
1 Matrix4d m = Vector4d(1,2,3,4).asDiagonal();
15 Matrix4d m1 = Matrix4d::Random(), m2 = Matrix4d::Random(); in main()
17 Matrix4d m1 = Matrix4d::Random(); in main()
16 Matrix4d m1 = Matrix4d::Random(); in main()
22 Matrix4d m = Matrix4d::Identity(); in main()
8 Matrix4d m; in main()
95 construct_at_boundary<Matrix4d>(16); in unalignedassert()118 VERIFY_RAISES_ASSERT(construct_at_boundary<Matrix4d>(8)); in unalignedassert()
20 EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION(Matrix4d) in EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION()145 CALL_SUBTEST_2(check_stdvector_matrix(Matrix4d())); in test_stdvector_overload()
15 Matrix4d m4; in test_commainitializer()
24 CALL_SUBTEST(verifySizeOf(Matrix4d()) ); in test_sizeof()
32 CALL_SUBTEST_4(run_nesting_ops(Matrix4d::Random())); in test_nesting_ops()
38 CALL_SUBTEST_4( product(Matrix4d()) ); in test_product_small()
133 CALL_SUBTEST_2( map_class_matrix<Aligned>(Matrix4d()) ); in test_mapstride()134 CALL_SUBTEST_2( map_class_matrix<Unaligned>(Matrix4d()) ); in test_mapstride()
42 CALL_SUBTEST_2( miscMatrices(Matrix4d()) ); in test_miscmatrices()
145 CALL_SUBTEST_2( check_const_correctness(Matrix4d()) ); in test_mapped_matrix()152 CALL_SUBTEST_2( map_class_matrix(Matrix4d()) ); in test_mapped_matrix()
19 CALL_SUBTEST_4( product(Matrix4d()) ); in test_eigen2_product_small()
24 CALL_SUBTEST( verifySizeOf(Matrix4d()) ); in test_eigen2_sizeof()
15 Matrix4d m4; in test_eigen2_commainitializer()
51 CALL_SUBTEST_2( nomalloc(Matrix4d()) ); in test_eigen2_nomalloc()
122 CALL_SUBTEST_3( array(Matrix4d()) ); in test_eigen2_array()130 CALL_SUBTEST_3( comparisons(Matrix4d()) ); in test_eigen2_array()
43 CALL_SUBTEST_2( miscMatrices(Matrix4d()) ); in test_eigen2_miscmatrices()
144 CALL_SUBTEST_4(( jacobisvd_verify_assert(Matrix4d()) )); in test_jacobisvd()166 CALL_SUBTEST_4(( jacobisvd<Matrix4d>() )); in test_jacobisvd()