Lines Matching full:otheroptions
287 template<int OtherOptions>
288 inline Transform(const Transform<Scalar,Dim,Mode,OtherOptions>& other)
295 template<int OtherMode,int OtherOptions>
296 inline Transform(const Transform<Scalar,Dim,OtherMode,OtherOptions>& other)
323 typedef typename Transform<Scalar,Dim,OtherMode,OtherOptions>::MatrixType OtherMatrixType;
466 template<int OtherMode,int OtherOptions> struct icc_11_workaround
468 typedef internal::transform_transform_product_impl<Transform,Transform<Scalar,Dim,OtherMode,OtherOptions> > ProductType;
474 template<int OtherMode,int OtherOptions>
475 inline typename icc_11_workaround<OtherMode,OtherOptions>::ResultType
476 operator * (const Transform<Scalar,Dim,OtherMode,OtherOptions>& other) const
478 typedef typename icc_11_workaround<OtherMode,OtherOptions>::ProductType ProductType;
483 template<int OtherMode,int OtherOptions>
484 inline typename internal::transform_transform_product_impl<Transform,Transform<Scalar,Dim,OtherMode,OtherOptions> >::ResultType
485 operator * (const Transform<Scalar,Dim,OtherMode,OtherOptions>& other) const
487 return internal::transform_transform_product_impl<Transform,Transform<Scalar,Dim,OtherMode,OtherOptions> >::run(*this,other);