Home
last modified time | relevance | path

Searched refs:OtherMode (Results 1 – 2 of 2) sorted by relevance

/external/eigen/Eigen/src/Geometry/
DTransform.h295 template<int OtherMode,int OtherOptions>
296 inline Transform(const Transform<Scalar,Dim,OtherMode,OtherOptions>& other) in Transform() argument
301 EIGEN_STATIC_ASSERT(EIGEN_IMPLIES(OtherMode==int(Projective), Mode==int(Projective)), in Transform()
306 …EIGEN_STATIC_ASSERT(EIGEN_IMPLIES(OtherMode==int(Affine)||OtherMode==int(AffineCompact), Mode!=int… in Transform()
310 OtherModeIsAffineCompact = OtherMode == int(AffineCompact) in Transform()
323 typedef typename Transform<Scalar,Dim,OtherMode,OtherOptions>::MatrixType OtherMatrixType; in Transform()
466 template<int OtherMode,int OtherOptions> struct icc_11_workaround
468 …typedef internal::transform_transform_product_impl<Transform,Transform<Scalar,Dim,OtherMode,OtherO…
474 template<int OtherMode,int OtherOptions>
475 inline typename icc_11_workaround<OtherMode,OtherOptions>::ResultType
[all …]
/external/eigen/Eigen/src/Core/
DSelfAdjointView.h176 template<typename OtherMatrixType, unsigned int OtherMode>
177 SelfAdjointView& operator=(const TriangularView<OtherMatrixType, OtherMode>& other)