Home
last modified time | relevance | path

Searched refs:Matrix4d (Results 1 – 25 of 72) sorted by relevance

123

/external/eigen/doc/snippets/
DTridiagonalization_packedMatrix.cpp1 Matrix4d X = Matrix4d::Random(4,4);
2 Matrix4d A = X + X.transpose();
4 Tridiagonalization<Matrix4d> triOfA(A);
5 Matrix4d pm = triOfA.packedMatrix();
DTridiagonalization_householderCoefficients.cpp1 Matrix4d X = Matrix4d::Random(4,4);
2 Matrix4d A = X + X.transpose();
4 Tridiagonalization<Matrix4d> triOfA(A);
DHessenbergDecomposition_packedMatrix.cpp1 Matrix4d A = Matrix4d::Random(4,4);
3 HessenbergDecomposition<Matrix4d> hessOfA(A);
4 Matrix4d pm = hessOfA.packedMatrix();
DMatrixBase_fixedBlock_int_int.cpp1 Matrix4d m = Vector4d(1,2,3,4).asDiagonal();
/external/eigen/doc/examples/
Dclass_CwiseBinaryOp.cpp15 Matrix4d m1 = Matrix4d::Random(), m2 = Matrix4d::Random(); in main()
Dclass_CwiseUnaryOp_ptrfun.cpp17 Matrix4d m1 = Matrix4d::Random(); in main()
Dclass_CwiseUnaryOp.cpp16 Matrix4d m1 = Matrix4d::Random(); in main()
Dclass_Block.cpp22 Matrix4d m = Matrix4d::Identity(); in main()
Dtut_matrix_resize_fixed_size.cpp8 Matrix4d m; in main()
/external/eigen/test/
Dunalignedassert.cpp95 construct_at_boundary<Matrix4d>(16); in unalignedassert()
118 VERIFY_RAISES_ASSERT(construct_at_boundary<Matrix4d>(8)); in unalignedassert()
Dstdvector_overload.cpp20 EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION(Matrix4d) in EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION()
145 CALL_SUBTEST_2(check_stdvector_matrix(Matrix4d())); in test_stdvector_overload()
Dcommainitializer.cpp15 Matrix4d m4; in test_commainitializer()
Dsizeof.cpp24 CALL_SUBTEST(verifySizeOf(Matrix4d()) ); in test_sizeof()
Dnesting_ops.cpp32 CALL_SUBTEST_4(run_nesting_ops(Matrix4d::Random())); in test_nesting_ops()
Dproduct_small.cpp38 CALL_SUBTEST_4( product(Matrix4d()) ); in test_product_small()
Dmapstride.cpp133 CALL_SUBTEST_2( map_class_matrix<Aligned>(Matrix4d()) ); in test_mapstride()
134 CALL_SUBTEST_2( map_class_matrix<Unaligned>(Matrix4d()) ); in test_mapstride()
Dmiscmatrices.cpp42 CALL_SUBTEST_2( miscMatrices(Matrix4d()) ); in test_miscmatrices()
Dmapped_matrix.cpp145 CALL_SUBTEST_2( check_const_correctness(Matrix4d()) ); in test_mapped_matrix()
152 CALL_SUBTEST_2( map_class_matrix(Matrix4d()) ); in test_mapped_matrix()
/external/eigen/test/eigen2/
Deigen2_product_small.cpp19 CALL_SUBTEST_4( product(Matrix4d()) ); in test_eigen2_product_small()
Deigen2_sizeof.cpp24 CALL_SUBTEST( verifySizeOf(Matrix4d()) ); in test_eigen2_sizeof()
Deigen2_commainitializer.cpp15 Matrix4d m4; in test_eigen2_commainitializer()
Deigen2_nomalloc.cpp51 CALL_SUBTEST_2( nomalloc(Matrix4d()) ); in test_eigen2_nomalloc()
Deigen2_array.cpp122 CALL_SUBTEST_3( array(Matrix4d()) ); in test_eigen2_array()
130 CALL_SUBTEST_3( comparisons(Matrix4d()) ); in test_eigen2_array()
Deigen2_miscmatrices.cpp43 CALL_SUBTEST_2( miscMatrices(Matrix4d()) ); in test_eigen2_miscmatrices()
/external/eigen/unsupported/test/
Djacobisvd.cpp144 CALL_SUBTEST_4(( jacobisvd_verify_assert(Matrix4d()) )); in test_jacobisvd()
166 CALL_SUBTEST_4(( jacobisvd<Matrix4d>() )); in test_jacobisvd()

123