Home
last modified time | relevance | path

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

12

/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/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/
Dunalignedassert.cpp66 Matrix4f m;
117 construct_at_boundary<Matrix4f>(EIGEN_MAX_ALIGN_BYTES); in unalignedassert()
168 if(b<64) VERIFY_RAISES_ASSERT(construct_at_boundary<Matrix4f>(b)); in unalignedassert()
Dprec_inverse_4x4.cpp73 CALL_SUBTEST_1((inverse_permutation_4x4<Matrix4f>())); in test_prec_inverse_4x4()
74 CALL_SUBTEST_1(( inverse_general_4x4<Matrix4f>(200000 * g_repeat) )); in test_prec_inverse_4x4()
Ddynalloc.cpp134 CALL_SUBTEST( check_custom_new_delete<Matrix4f>() ); in test_dynalloc()
144 CALL_SUBTEST(check_dynaligned<Matrix4f>() ); in test_dynalloc()
Dnesting_ops.cpp98 CALL_SUBTEST_3(run_nesting_ops_1(Matrix4f::Random())); in test_nesting_ops()
104 CALL_SUBTEST_3( run_nesting_ops_2(Matrix4f()) ); in test_nesting_ops()
Dstddeque_overload.cpp19 EIGEN_DEFINE_STL_DEQUE_SPECIALIZATION(Matrix4f) in EIGEN_DEFINE_STL_DEQUE_SPECIALIZATION()
141 CALL_SUBTEST_1(check_stddeque_matrix(Matrix4f())); in test_stddeque_overload()
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()
Dcuda_basic.cu165 CALL_SUBTEST( run_and_compare_to_cuda(prod_test<Matrix4f,Vector4f>(), nthreads, in, out) ); in test_cuda_basic()
168 CALL_SUBTEST( run_and_compare_to_cuda(diagonal<Matrix4f,Vector4f>(), nthreads, in, out) ); in test_cuda_basic()
Deigensolver_generic.cpp108 CALL_SUBTEST_1( eigensolver(Matrix4f()) ); in test_eigensolver_generic()
120 CALL_SUBTEST_1( eigensolver_verify_assert(Matrix4f()) ); in test_eigensolver_generic()
Dstdlist_overload.cpp19 EIGEN_DEFINE_STL_LIST_SPECIALIZATION(Matrix4f) in EIGEN_DEFINE_STL_LIST_SPECIALIZATION()
175 CALL_SUBTEST_1(check_stdlist_matrix(Matrix4f())); in test_stdlist_overload()
Ddontalign.cpp52 dontalign(Matrix4f()); in test_dontalign()
Devaluators.cpp278 Matrix4f m4, m4src = Matrix4f::Random(); in test_evaluators()
279 Array44f a4, a4src = Matrix4f::Random(); in test_evaluators()
301 Matrix4f m4ref = m4; in test_evaluators()
Dreal_qz.cpp83 CALL_SUBTEST_1( real_qz(Matrix4f()) ); in test_real_qz()
/external/eigen/unsupported/test/
Dmatrix_power.cpp172 CALL_SUBTEST_8(testGeneral(Matrix4f(), 1e-4)); in test_matrix_power()
185 CALL_SUBTEST_8(testSingular(Matrix4f(), 1e-4)); in test_matrix_power()
198 CALL_SUBTEST_8(testLogThenExp(Matrix4f(), 1e-4)); in test_matrix_power()
Dmatrix_square_root.cpp26 CALL_SUBTEST_3(testMatrixSqrt(Matrix4f())); in test_matrix_square_root()

12