Home
last modified time | relevance | path

Searched refs:Matrix4f (Results 1 – 25 of 56) sorted by relevance

123

/external/eigen/doc/snippets/
DSelfAdjointEigenSolver_SelfAdjointEigenSolver.cpp1 SelfAdjointEigenSolver<Matrix4f> es;
2 Matrix4f X = Matrix4f::Random(4,4);
3 Matrix4f A = X + X.transpose();
6 es.compute(A + Matrix4f::Identity(4,4)); // re-use es to compute eigenvalues of A+I
DHessenbergDecomposition_matrixH.cpp1 Matrix4f A = MatrixXf::Random(4,4);
/external/eigen/doc/examples/
Dfunction_taking_ref.cpp14 Matrix4f m = Matrix4f::Random(); in main()
18 cout << "inv_cond(m+I): " << inv_cond(m+Matrix4f::Identity()) << endl; in main()
DTutorial_simple_example_fixed_size.cpp10 Matrix4f m4 = Matrix4f::Identity(); in main()
DTutorial_BlockOperations_corner.cpp8 Eigen::Matrix4f m; in main()
/external/eigen/test/
Dunalignedassert.cpp40 Matrix4f m;
88 construct_at_boundary<Matrix4f>(16); in unalignedassert()
114 VERIFY_RAISES_ASSERT(construct_at_boundary<Matrix4f>(8)); in unalignedassert()
Dprec_inverse_4x4.cpp60 CALL_SUBTEST_1((inverse_permutation_4x4<Matrix4f>())); in test_prec_inverse_4x4()
61 CALL_SUBTEST_1(( inverse_general_4x4<Matrix4f>(200000 * g_repeat) )); in test_prec_inverse_4x4()
Deigensolver_generic.cpp93 CALL_SUBTEST_1( eigensolver(Matrix4f()) ); in test_eigensolver_generic()
104 CALL_SUBTEST_1( eigensolver_verify_assert(Matrix4f()) ); in test_eigensolver_generic()
Dstdvector_overload.cpp19 EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION(Matrix4f) in EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION()
144 CALL_SUBTEST_1(check_stdvector_matrix(Matrix4f())); in test_stdvector_overload()
Dnesting_ops.cpp31 CALL_SUBTEST_3(run_nesting_ops(Matrix4f::Random())); in test_nesting_ops()
Dproduct_small.cpp39 CALL_SUBTEST_5( product(Matrix4f()) ); in test_product_small()
Deigensolver_generalized_real.cpp48 CALL_SUBTEST_1( generalized_eigensolver_real(Matrix4f()) ); in test_eigensolver_generalized_real()
Ddontalign.cpp52 dontalign(Matrix4f()); in test_dontalign()
Dreal_qz.cpp69 CALL_SUBTEST_1( real_qz(Matrix4f()) ); in test_real_qz()
/external/eigen/doc/
Dtutorial.cpp9 Eigen::Matrix4f m4 = Eigen::Matrix4f::Identity(); in main()
50 Eigen::Matrix4f other = (m4 * m4).lazy(); // forces lazy evaluation in main()
DFixedSizeVectorizable.dox18 \li Eigen::Matrix4f
28 …array", it is not dynamically allocated. For example, the data behind a Matrix4f is just a "float …
/external/eigen/demos/opengl/
Dcamera.h79 const Eigen::Matrix4f& projectionMatrix(void) const;
90 …Eigen::Vector3f unProject(const Eigen::Vector2f& uv, float depth, const Eigen::Matrix4f& invModelv…
105 mutable Eigen::Matrix4f mProjectionMatrix;
Dcamera.cpp147 Matrix4f mrot, mt, mtm; in rotateAroundTarget()
232 const Matrix4f& Camera::projectionMatrix(void) const in projectionMatrix()
248 Matrix4f inv = mViewMatrix.inverse().matrix(); in unProject()
252 Vector3f Camera::unProject(const Vector2f& uv, float depth, const Matrix4f& invModelview) const in unProject()
Dgpuhelper.cpp34 pushMatrix(Matrix4f::Identity(),GL_PROJECTION); in pushProjectionMode2D()
47 pushMatrix(Matrix4f::Identity(),GL_MODELVIEW); in pushProjectionMode2D()
/external/eigen/bench/
Dsparse_trisolver.cpp190 Matrix4f m = Matrix4f::Random(); in main()
205 Matrix4f m = Matrix4f::Random(); in main()
/external/eigen/test/eigen2/
Deigen2_prec_inverse_4x4.cpp76 CALL_SUBTEST_1((inverse_permutation_4x4<Matrix4f>())); in test_eigen2_prec_inverse_4x4()
77 CALL_SUBTEST_1(( inverse_general_4x4<Matrix4f>(200000 * g_repeat) )); in test_eigen2_prec_inverse_4x4()
Deigen2_product_small.cpp20 CALL_SUBTEST_5( product(Matrix4f()) ); in test_eigen2_product_small()
Deigen2_unalignedassert.cpp54 Matrix4f m;
Deigen2_inverse.cpp58 CALL_SUBTEST_4( inverse(Matrix4f()) ); in test_eigen2_inverse()
/external/eigen/unsupported/test/
Dmatrix_square_root.cpp26 CALL_SUBTEST_3(testMatrixSqrt(Matrix4f())); in test_matrix_square_root()

123