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

  /external/eigen/bench/
benchGeometry.cpp 99 run_vec(TV, float, Isometry, AutoAlign, 3);
101 run_vec(TV, float, Isometry, AutoAlign, 4);
103 run_vec(TV, float, Projective, AutoAlign, 4);
105 run_vec(TV, double, Isometry, AutoAlign, 3);
107 run_vec(TV, double, Isometry, AutoAlign, 4);
109 run_vec(TV, double, Projective, AutoAlign, 4);
113 run_vec(TMATV, float, Isometry, AutoAlign, 4);
115 run_vec(TMATV, double, Isometry, AutoAlign, 4);
119 run_trans(TV, float, Isometry, AutoAlign);
121 run_trans(TV, double, Isometry, AutoAlign);
    [all...]
  /external/eigen/Eigen/src/Core/util/
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;
Constants.h 324 AutoAlign = 0,
XprHelper.h 231 int _Options = AutoAlign |
291 AutoAlign | (Flags&RowMajorBit ? RowMajor : ColMajor),
302 AutoAlign | (Flags&RowMajorBit ? RowMajor : ColMajor),
321 // AutoAlign | (traits<T>::Flags&RowMajorBit ? RowMajor : ColMajor),
    [all...]
  /external/eigen/test/
geo_transformations.cpp 565 typedef Transform<Scalar,3,Projective,AutoAlign> Projective3a;
618 CALL_SUBTEST_1(( transformations<double,Affine,AutoAlign>() ));
619 CALL_SUBTEST_1(( non_projective_only<double,Affine,AutoAlign>() ));
621 CALL_SUBTEST_2(( transformations<float,AffineCompact,AutoAlign>() ));
622 CALL_SUBTEST_2(( non_projective_only<float,AffineCompact,AutoAlign>() ));
625 CALL_SUBTEST_3(( transformations<double,Projective,AutoAlign>() ));
629 CALL_SUBTEST_4(( transformations<float,Affine,RowMajor|AutoAlign>() ));
632 CALL_SUBTEST_5(( transformations<double,AffineCompact,RowMajor|AutoAlign>() ));
635 CALL_SUBTEST_6(( transformations<double,Projective,RowMajor|AutoAlign>() ));
639 CALL_SUBTEST_7(( transform_products<double,3,RowMajor|AutoAlign>() ));
    [all...]
geo_quaternion.cpp 237 typedef Quaternion<Scalar,AutoAlign> QuaternionA;
278 CALL_SUBTEST_1(( quaternion<float,AutoAlign>() ));
280 CALL_SUBTEST_2(( quaternion<double,AutoAlign>() ));
geo_parametrizedline.cpp 66 typedef ParametrizedLine<Scalar,4,AutoAlign> Line4a;
geo_hyperplane.cpp 158 typedef Hyperplane<Scalar,3,AutoAlign> Plane3a;
  /external/eigen/Eigen/src/Geometry/
Umeyama.h 45 AutoAlign | (traits<MatrixType>::Flags & RowMajorBit ? RowMajor : ColMajor),
Quaternion.h 194 * \tparam _Options controls the memory alignment of the coefficients. Can be \# AutoAlign or \# DontAlign. Default is AutoAlign.
313 struct traits<Map<Quaternion<_Scalar>, _Options> > : traits<Quaternion<_Scalar, (int(_Options)&Aligned)==Aligned ? AutoAlign : DontAlign> >
321 struct traits<Map<const Quaternion<_Scalar>, _Options> > : traits<Quaternion<_Scalar, (int(_Options)&Aligned)==Aligned ? AutoAlign : DontAlign> >
324 typedef traits<Quaternion<_Scalar, (int(_Options)&Aligned)==Aligned ? AutoAlign : DontAlign> > TraitsBase;
  /external/eigen/Eigen/src/Core/
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/
HouseholderSequence.h 236 AutoAlign|ColMajor, DestType::MaxRowsAtCompileTime, 1> workspace(rows());

Completed in 118 milliseconds