Searched refs:AutoAlign (Results 1 – 12 of 12) sorted by relevance
/external/eigen/bench/ |
D | benchGeometry.cpp | 99 run_vec(TV, float, Isometry, AutoAlign, 3); in main() 101 run_vec(TV, float, Isometry, AutoAlign, 4); in main() 103 run_vec(TV, float, Projective, AutoAlign, 4); in main() 105 run_vec(TV, double, Isometry, AutoAlign, 3); in main() 107 run_vec(TV, double, Isometry, AutoAlign, 4); in main() 109 run_vec(TV, double, Projective, AutoAlign, 4); in main() 113 run_vec(TMATV, float, Isometry, AutoAlign, 4); in main() 115 run_vec(TMATV, double, Isometry, AutoAlign, 4); in main() 119 run_trans(TV, float, Isometry, AutoAlign); in main() 121 run_trans(TV, double, Isometry, AutoAlign); in main() [all …]
|
/external/eigen/Eigen/src/Core/util/ |
D | ForwardDeclarations.h | 57 int _Options = AutoAlign | 227 int _Options = AutoAlign | 273 template<typename Scalar, int Options = AutoAlign> class Quaternion; 274 template<typename Scalar,int Dim,int Mode,int _Options=AutoAlign> class Transform; 275 template <typename _Scalar, int _AmbientDim, int Options=AutoAlign> class ParametrizedLine; 276 template <typename _Scalar, int _AmbientDim, int Options=AutoAlign> class Hyperplane;
|
D | Constants.h | 324 AutoAlign = 0, enumerator
|
D | XprHelper.h | 231 int _Options = AutoAlign | 291 AutoAlign | (Flags&RowMajorBit ? RowMajor : ColMajor), 302 AutoAlign | (Flags&RowMajorBit ? RowMajor : ColMajor),
|
/external/eigen/test/ |
D | geo_transformations.cpp | 565 typedef Transform<Scalar,3,Projective,AutoAlign> Projective3a; in transform_alignment() 618 CALL_SUBTEST_1(( transformations<double,Affine,AutoAlign>() )); in test_geo_transformations() 619 CALL_SUBTEST_1(( non_projective_only<double,Affine,AutoAlign>() )); in test_geo_transformations() 621 CALL_SUBTEST_2(( transformations<float,AffineCompact,AutoAlign>() )); in test_geo_transformations() 622 CALL_SUBTEST_2(( non_projective_only<float,AffineCompact,AutoAlign>() )); in test_geo_transformations() 625 CALL_SUBTEST_3(( transformations<double,Projective,AutoAlign>() )); in test_geo_transformations() 629 CALL_SUBTEST_4(( transformations<float,Affine,RowMajor|AutoAlign>() )); in test_geo_transformations() 632 CALL_SUBTEST_5(( transformations<double,AffineCompact,RowMajor|AutoAlign>() )); in test_geo_transformations() 635 CALL_SUBTEST_6(( transformations<double,Projective,RowMajor|AutoAlign>() )); in test_geo_transformations() 639 CALL_SUBTEST_7(( transform_products<double,3,RowMajor|AutoAlign>() )); in test_geo_transformations() [all …]
|
D | geo_quaternion.cpp | 237 typedef Quaternion<Scalar,AutoAlign> QuaternionA; in quaternionAlignment() 278 CALL_SUBTEST_1(( quaternion<float,AutoAlign>() )); in test_geo_quaternion() 280 CALL_SUBTEST_2(( quaternion<double,AutoAlign>() )); in test_geo_quaternion()
|
D | geo_parametrizedline.cpp | 66 typedef ParametrizedLine<Scalar,4,AutoAlign> Line4a; in parametrizedline_alignment()
|
D | geo_hyperplane.cpp | 158 typedef Hyperplane<Scalar,3,AutoAlign> Plane3a; in hyperplane_alignment()
|
/external/eigen/Eigen/src/Geometry/ |
D | Umeyama.h | 45 AutoAlign | (traits<MatrixType>::Flags & RowMajorBit ? RowMajor : ColMajor),
|
D | Quaternion.h | 313 …Options> > : traits<Quaternion<_Scalar, (int(_Options)&Aligned)==Aligned ? AutoAlign : DontAlign> > 321 …Options> > : traits<Quaternion<_Scalar, (int(_Options)&Aligned)==Aligned ? AutoAlign : DontAlign> > 324 …typedef traits<Quaternion<_Scalar, (int(_Options)&Aligned)==Aligned ? AutoAlign : DontAlign> > Tra…
|
/external/eigen/Eigen/src/Core/ |
D | DenseBase.h | 183 AutoAlign | (internal::traits<Derived>::Flags&RowMajorBit ? RowMajor : ColMajor), 193 AutoAlign | (internal::traits<Derived>::Flags&RowMajorBit ? RowMajor : ColMajor),
|
/external/eigen/Eigen/src/Householder/ |
D | HouseholderSequence.h | 236 AutoAlign|ColMajor, DestType::MaxRowsAtCompileTime, 1> workspace(rows());
|