Lines Matching refs:OtherOptions
288 template<int OtherOptions>
289 inline Transform(const Transform<Scalar,Dim,Mode,OtherOptions>& other) in Transform()
296 template<int OtherMode,int OtherOptions>
297 inline Transform(const Transform<Scalar,Dim,OtherMode,OtherOptions>& other) in Transform()
324 typedef typename Transform<Scalar,Dim,OtherMode,OtherOptions>::MatrixType OtherMatrixType; in Transform()
467 template<int OtherMode,int OtherOptions> struct icc_11_workaround
469 …nsform_transform_product_impl<Transform,Transform<Scalar,Dim,OtherMode,OtherOptions> > ProductType;
475 template<int OtherMode,int OtherOptions>
476 inline typename icc_11_workaround<OtherMode,OtherOptions>::ResultType
477 operator * (const Transform<Scalar,Dim,OtherMode,OtherOptions>& other) const
479 typedef typename icc_11_workaround<OtherMode,OtherOptions>::ProductType ProductType;
484 template<int OtherMode,int OtherOptions>
485 …ansform_transform_product_impl<Transform,Transform<Scalar,Dim,OtherMode,OtherOptions> >::ResultType
486 operator * (const Transform<Scalar,Dim,OtherMode,OtherOptions>& other) const
488 …sform_transform_product_impl<Transform,Transform<Scalar,Dim,OtherMode,OtherOptions> >::run(*this,o…