Searched refs:Vector3d (Results 1 - 25 of 28) sorted by relevance

12

/external/eigen/doc/snippets/
H A DMatrixBase_cwiseSqrt.cpp0 Vector3d v(1,2,4);
H A DMatrixBase_cwiseMax.cpp0 Vector3d v(2,3,4), w(4,2,3);
H A DMatrixBase_cwiseMin.cpp0 Vector3d v(2,3,4), w(4,2,3);
H A DMatrixBase_cwiseQuotient.cpp0 Vector3d v(2,3,4), w(4,2,3);
H A DMatrixBase_array.cpp0 Vector3d v(1,2,3);
H A DMatrixBase_col.cpp2 m.col(1) = Vector3d(4,5,6);
H A DMatrixBase_row.cpp2 m.row(1) = Vector3d(4,5,6);
H A DMatrixBase_homogeneous.cpp0 Vector3d v = Vector3d::Random(), w;
H A DMatrixBase_isOrthogonal.cpp0 Vector3d v(1,0,0);
2 Vector3d w(1e-4,0,1);
H A DMatrixBase_array_const.cpp0 Vector3d v(-1,2,-3);
H A DHouseholderSequence_HouseholderSequence.cpp5 Vector3d v0(1, v(1,0), v(2,0));
7 Vector3d v1(0, 1, v(2,1));
9 Vector3d v2(0, 0, 1);
12 Vector3d h = Vector3d::Random();
27 HouseholderSequence<Matrix3d, Vector3d> hhSeq(v, h);
H A DTridiagonalization_householderCoefficients.cpp5 Vector3d hc = triOfA.householderCoefficients();
H A DHessenbergDecomposition_packedMatrix.cpp8 Vector3d hc = hessOfA.householderCoefficients();
/external/eigen/doc/examples/
H A Dtut_arithmetic_dot_cross.cpp8 Vector3d v(1,2,3);
9 Vector3d w(0,1,2);
H A Dtut_arithmetic_add_sub.cpp19 Vector3d v(1,2,3);
20 Vector3d w(1,0,0);
H A DQuickStart_example2_fixed.cpp12 Vector3d v(1,2,3);
H A Dtut_arithmetic_scalar_mul_div.cpp11 Vector3d v(1,2,3);
/external/eigen/unsupported/doc/examples/
H A DEulerAngles.cpp37 Quaterniond planeRotated = AngleAxisd(-0.342, Vector3d::UnitY()) * planeAngles;
/external/eigen/unsupported/test/
H A Dopenglsupport.cpp148 Quaterniond qd(AngleAxisd(internal::random<double>(), Vector3d::Random()));
183 Vector2d vd2; vd2.setRandom(); Vector3d vd23; vd23 << vd2, 0;
188 Vector3d vd3; vd3.setRandom();
202 Vector2d vd2; vd2.setRandom(); Vector3d vd23; vd23 << vd2, 1;
207 Vector3d vd3; vd3.setRandom();
322 typedef Vector3d Vector3d; typedef
326 VERIFY_UNIFORM(dv,v3d, Vector3d);
H A Dsplines.cpp128 Vector3d pt = spline(u(i));
156 Vector3d pt = spline(u(i));
H A Dautodiff.cpp301 typedef Eigen::AutoDiffScalar<Eigen::Vector3d> AD;
311 typedef Eigen::AutoDiffScalar<Eigen::Vector3d> AD;
/external/eigen/test/
H A Darray_replicate.cpp77 CALL_SUBTEST_3( replicate(Vector3d()) );
H A Dcommainitializer.cpp86 Vector3d vec[3];
H A Dunalignedassert.cpp120 construct_at_boundary<Vector3d>(4);
/external/eigen/bench/
H A Deig33.cpp171 typedef Vector3d Vec;

Completed in 4955 milliseconds

12