Searched refs:AutoAlign (Results 1 – 11 of 11) sorted by relevance
/external/eigen/test/ |
D | geo_transformations.cpp | 410 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 …]
|
D | geo_quaternion.cpp | 203 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()
|
D | geo_parametrizedline.cpp | 67 typedef ParametrizedLine<Scalar,4,AutoAlign> Line4a; in parametrizedline_alignment()
|
D | geo_hyperplane.cpp | 119 typedef Hyperplane<Scalar,3,AutoAlign> Plane3a; in hyperplane_alignment()
|
/external/eigen/Eigen/src/Core/util/ |
D | ForwardDeclarations.h | 53 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;
|
D | XprHelper.h | 86 int _Options = AutoAlign | 160 AutoAlign | (traits<T>::Flags&RowMajorBit ? RowMajor : ColMajor), 171 AutoAlign | (traits<T>::Flags&RowMajorBit ? RowMajor : ColMajor),
|
D | Constants.h | 261 AutoAlign = 0, enumerator
|
/external/eigen/Eigen/src/Geometry/ |
D | Umeyama.h | 45 AutoAlign | (traits<MatrixType>::Flags & RowMajorBit ? RowMajor : ColMajor),
|
/external/eigen/Eigen/src/Core/ |
D | ArrayBase.h | 96 AutoAlign | (internal::traits<Derived>::Flags&RowMajorBit ? RowMajor : ColMajor),
|
D | MatrixBase.h | 112 AutoAlign | (internal::traits<Derived>::Flags&RowMajorBit ? RowMajor : ColMajor),
|
/external/eigen/Eigen/src/Householder/ |
D | HouseholderSequence.h | 230 AutoAlign|ColMajor, DestType::MaxRowsAtCompileTime, 1> workspace(rows());
|