Searched refs:OtherMode (Results 1 – 2 of 2) sorted by relevance
/external/eigen/Eigen/src/Geometry/ |
D | Transform.h | 295 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/ |
D | SelfAdjointView.h | 176 template<typename OtherMatrixType, unsigned int OtherMode> 177 SelfAdjointView& operator=(const TriangularView<OtherMatrixType, OtherMode>& other)
|