Searched refs:Projective (Results 1 - 10 of 10) sorted by relevance

/external/eigen/bench/
H A DbenchGeometry.cpp103 run_vec(TV, float, Projective, AutoAlign, 4);
104 run_vec(TV, float, Projective, DontAlign, 4);
109 run_vec(TV, double, Projective, AutoAlign, 4);
110 run_vec(TV, double, Projective, DontAlign, 4);
123 run_trans(TV, float, Projective, AutoAlign);
124 run_trans(TV, float, Projective, DontAlign);
125 run_trans(TV, double, Projective, AutoAlign);
126 run_trans(TV, double, Projective, DontAlign);
H A Dgeometry.cpp58 EIGEN_DONT_INLINE void transform(const Transform<Scalar,Dim,Projective>& t, Data& data)
103 Transform<Scalar,3,Projective> proj3(mat34);
/external/eigen/Eigen/src/Geometry/
H A DTransform.h27 IsProjective = (int(Mode)==int(Projective))
79 * - #Projective: the transformation is stored as a (Dim+1)^2 matrix
300 // Affine | AffineCompact | Isometry = Projective
301 EIGEN_STATIC_ASSERT(EIGEN_IMPLIES(OtherMode==int(Projective), Mode==int(Projective)),
329 // if OtherMode were Projective, the static assert above would already have caught it.
605 inline Block<MatrixType,int(Mode)==int(Projective)?HDim:Dim,Dim> linearExt()
606 { return m_matrix.template block<int(Mode)==int(Projective)?HDim:Dim,Dim>(0,0); }
611 inline const Block<MatrixType,int(Mode)==int(Projective)?HDim:Dim,Dim> linearExt() const
612 { return m_matrix.template block<int(Mode)==int(Projective)
[all...]
H A DHomogeneous.h211 struct take_matrix_for_product<Transform<Scalar, Dim, Projective, Options> >
213 typedef Transform<Scalar, Dim, Projective, Options> TransformType;
/external/ceres-solver/internal/ceres/
H A Dautodiff_test.cc128 struct Projective { struct in namespace:ceres::internal
165 Projective b;
184 ASSERT_TRUE((SymmetricDiff<Projective, double, 2, 12 + 4>(b, PX, del,
197 ASSERT_TRUE((AutoDiff<Projective, double, 12 + 4>::Differentiate(
212 ASSERT_TRUE((AutoDiff<Projective, double, 12, 4>::Differentiate(
268 Projective p;
/external/eigen/Eigen/src/Core/util/
H A DConstants.h398 Projective = 0x20 enumerator in enum:Eigen::TransformTraits
/external/eigen/test/
H A Dgeo_transformations.cpp404 typedef Transform<Scalar,3,Projective,AutoAlign> Projective3a;
405 typedef Transform<Scalar,3,Projective,DontAlign> Projective3u;
434 typedef Transform<Scalar,Dim,Projective,Options> Proj;
464 CALL_SUBTEST_3(( transformations<double,Projective,AutoAlign>() ));
465 CALL_SUBTEST_3(( transformations<double,Projective,DontAlign>() ));
474 CALL_SUBTEST_6(( transformations<double,Projective,RowMajor|AutoAlign>() ));
475 CALL_SUBTEST_6(( transformations<double,Projective,RowMajor|DontAlign>() ));
H A Dgeo_homogeneous.cpp73 Transform<Scalar, Size, Projective> proj;
/external/eigen/unsupported/test/
H A Dopenglsupport.cpp163 Transform<float,3,Projective> pf3; pf3.matrix().setRandom();
175 Transform<double,3,Projective> pd3; pd3.matrix().setRandom();
/external/eigen/Eigen/src/Eigen2Support/Geometry/
H A DTransform.h692 * - Projective if the transformation is not necessarily affine, i.e., if the
708 if (traits == Projective)

Completed in 1870 milliseconds