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

  /external/eigen/Eigen/src/Core/util/
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;
Constants.h 261 AutoAlign = 0,
XprHelper.h 86 int _Options = AutoAlign |
160 AutoAlign | (traits<T>::Flags&RowMajorBit ? RowMajor : ColMajor),
171 AutoAlign | (traits<T>::Flags&RowMajorBit ? RowMajor : ColMajor),
190 // AutoAlign | (traits<T>::Flags&RowMajorBit ? RowMajor : ColMajor),
  /external/eigen/test/
geo_transformations.cpp 410 typedef Transform<Scalar,3,Projective,AutoAlign> Projective3a;
463 CALL_SUBTEST_1(( transformations<double,Affine,AutoAlign>() ));
464 CALL_SUBTEST_1(( non_projective_only<double,Affine,AutoAlign>() ));
466 CALL_SUBTEST_2(( transformations<float,AffineCompact,AutoAlign>() ));
467 CALL_SUBTEST_2(( non_projective_only<float,AffineCompact,AutoAlign>() ));
470 CALL_SUBTEST_3(( transformations<double,Projective,AutoAlign>() ));
474 CALL_SUBTEST_4(( transformations<float,Affine,RowMajor|AutoAlign>() ));
477 CALL_SUBTEST_5(( transformations<double,AffineCompact,RowMajor|AutoAlign>() ));
480 CALL_SUBTEST_6(( transformations<double,Projective,RowMajor|AutoAlign>() ));
484 CALL_SUBTEST_7(( transform_products<double,3,RowMajor|AutoAlign>() ));
    [all...]
geo_quaternion.cpp 203 typedef Quaternion<Scalar,AutoAlign> QuaternionA;
244 CALL_SUBTEST_1(( quaternion<float,AutoAlign>() ));
246 CALL_SUBTEST_2(( quaternion<double,AutoAlign>() ));
geo_parametrizedline.cpp 67 typedef ParametrizedLine<Scalar,4,AutoAlign> Line4a;
geo_hyperplane.cpp 119 typedef Hyperplane<Scalar,3,AutoAlign> Plane3a;
  /external/eigen/Eigen/src/Geometry/
Umeyama.h 45 AutoAlign | (traits<MatrixType>::Flags & RowMajorBit ? RowMajor : ColMajor),
  /external/eigen/Eigen/src/Core/
ArrayBase.h 96 AutoAlign | (internal::traits<Derived>::Flags&RowMajorBit ? RowMajor : ColMajor),
MatrixBase.h 112 AutoAlign | (internal::traits<Derived>::Flags&RowMajorBit ? RowMajor : ColMajor),
  /external/eigen/Eigen/src/Householder/
HouseholderSequence.h 230 AutoAlign|ColMajor, DestType::MaxRowsAtCompileTime, 1> workspace(rows());

Completed in 278 milliseconds