Home
last modified time | relevance | path

Searched refs:AutoAlign (Results 1 – 11 of 11) sorted by relevance

/external/eigen/test/
Dgeo_transformations.cpp410 typedef Transform<Scalar,3,Projective,AutoAlign> Projective3a; in transform_alignment()
463 CALL_SUBTEST_1(( transformations<double,Affine,AutoAlign>() )); in test_geo_transformations()
464 CALL_SUBTEST_1(( non_projective_only<double,Affine,AutoAlign>() )); in test_geo_transformations()
466 CALL_SUBTEST_2(( transformations<float,AffineCompact,AutoAlign>() )); in test_geo_transformations()
467 CALL_SUBTEST_2(( non_projective_only<float,AffineCompact,AutoAlign>() )); in test_geo_transformations()
470 CALL_SUBTEST_3(( transformations<double,Projective,AutoAlign>() )); in test_geo_transformations()
474 CALL_SUBTEST_4(( transformations<float,Affine,RowMajor|AutoAlign>() )); in test_geo_transformations()
477 CALL_SUBTEST_5(( transformations<double,AffineCompact,RowMajor|AutoAlign>() )); in test_geo_transformations()
480 CALL_SUBTEST_6(( transformations<double,Projective,RowMajor|AutoAlign>() )); in test_geo_transformations()
484 CALL_SUBTEST_7(( transform_products<double,3,RowMajor|AutoAlign>() )); in test_geo_transformations()
[all …]
Dgeo_quaternion.cpp203 typedef Quaternion<Scalar,AutoAlign> QuaternionA; in quaternionAlignment()
244 CALL_SUBTEST_1(( quaternion<float,AutoAlign>() )); in test_geo_quaternion()
246 CALL_SUBTEST_2(( quaternion<double,AutoAlign>() )); in test_geo_quaternion()
Dgeo_parametrizedline.cpp67 typedef ParametrizedLine<Scalar,4,AutoAlign> Line4a; in parametrizedline_alignment()
Dgeo_hyperplane.cpp119 typedef Hyperplane<Scalar,3,AutoAlign> Plane3a; in hyperplane_alignment()
/external/eigen/Eigen/src/Core/util/
DForwardDeclarations.h53 int _Options = AutoAlign |
195 int _Options = AutoAlign |
261 template<typename Scalar, int Options = AutoAlign> class Quaternion;
262 template<typename Scalar,int Dim,int Mode,int _Options=AutoAlign> class Transform;
263 template <typename _Scalar, int _AmbientDim, int Options=AutoAlign> class ParametrizedLine;
264 template <typename _Scalar, int _AmbientDim, int Options=AutoAlign> class Hyperplane;
DXprHelper.h86 int _Options = AutoAlign |
160 AutoAlign | (traits<T>::Flags&RowMajorBit ? RowMajor : ColMajor),
171 AutoAlign | (traits<T>::Flags&RowMajorBit ? RowMajor : ColMajor),
DConstants.h261 AutoAlign = 0, enumerator
/external/eigen/Eigen/src/Geometry/
DUmeyama.h45 AutoAlign | (traits<MatrixType>::Flags & RowMajorBit ? RowMajor : ColMajor),
/external/eigen/Eigen/src/Core/
DArrayBase.h96 AutoAlign | (internal::traits<Derived>::Flags&RowMajorBit ? RowMajor : ColMajor),
DMatrixBase.h112 AutoAlign | (internal::traits<Derived>::Flags&RowMajorBit ? RowMajor : ColMajor),
/external/eigen/Eigen/src/Householder/
DHouseholderSequence.h230 AutoAlign|ColMajor, DestType::MaxRowsAtCompileTime, 1> workspace(rows());