HomeSort by relevance Sort by last modified time
    Searched refs:AffineCompact (Results 1 - 6 of 6) sorted by null

  /external/eigen/Eigen/src/Geometry/
Transform.h 97 * - #AffineCompact: the transformation is stored as a (Dim)x(Dim+1) matrix.
210 Rows = int(Mode)==(AffineCompact) ? Dim : HDim
223 typedef Block<MatrixType,Dim,Dim,int(Mode)==(AffineCompact) && (Options&RowMajor)==0> LinearPart;
225 typedef const Block<ConstMatrixType,Dim,Dim,int(Mode)==(AffineCompact) && (Options&RowMajor)==0> ConstLinearPart;
227 typedef typename internal::conditional<int(Mode)==int(AffineCompact),
231 typedef typename internal::conditional<int(Mode)==int(AffineCompact),
259 internal::transform_make_affine<(int(Mode)==Affine) ? Affine : AffineCompact>::run(m_matrix);
325 // Affine | AffineCompact | Isometry = Projective
330 // Isometry = Affine | AffineCompact
331 EIGEN_STATIC_ASSERT(EIGEN_IMPLIES(OtherMode==int(Affine)||OtherMode==int(AffineCompact), Mode!=int(Isometry))
    [all...]
  /external/eigen/Eigen/src/Core/util/
Constants.h 452 AffineCompact = 0x10 | Affine,
  /external/eigen/bench/
geometry.cpp 102 Transform<Scalar,3,AffineCompact> caff3(mat34);
  /external/eigen/test/
geo_transformations.cpp 214 if(Mode!=int(AffineCompact))
526 typedef Transform<Scalar,Dim,AffineCompact,Options> AffineCompactType;
597 typedef Transform<Scalar,Dim,AffineCompact,Options> AffC;
621 CALL_SUBTEST_2(( transformations<float,AffineCompact,AutoAlign>() ));
622 CALL_SUBTEST_2(( non_projective_only<float,AffineCompact,AutoAlign>() ));
632 CALL_SUBTEST_5(( transformations<double,AffineCompact,RowMajor|AutoAlign>() ));
633 CALL_SUBTEST_5(( non_projective_only<double,AffineCompact,RowMajor>() ));
geo_homogeneous.cpp 77 Transform<Scalar, Size, AffineCompact> caff;
  /external/eigen/unsupported/test/
openglsupport.cpp 155 Transform<float,3,AffineCompact> acf3; acf3.matrix().setRandom();
167 Transform<double,3,AffineCompact> acd3; acd3.matrix().setRandom();

Completed in 588 milliseconds