Lines Matching refs:OtherOptions
312 template<int OtherOptions>
313 EIGEN_DEVICE_FUNC inline Transform(const Transform<Scalar,Dim,Mode,OtherOptions>& other)
320 template<int OtherMode,int OtherOptions>
321 EIGEN_DEVICE_FUNC inline Transform(const Transform<Scalar,Dim,OtherMode,OtherOptions>& other)
348 typedef typename Transform<Scalar,Dim,OtherMode,OtherOptions>::MatrixType OtherMatrixType;
507 template<int OtherMode,int OtherOptions> struct icc_11_workaround
509 …nsform_transform_product_impl<Transform,Transform<Scalar,Dim,OtherMode,OtherOptions> > ProductType;
515 template<int OtherMode,int OtherOptions>
516 inline typename icc_11_workaround<OtherMode,OtherOptions>::ResultType
517 operator * (const Transform<Scalar,Dim,OtherMode,OtherOptions>& other) const
519 typedef typename icc_11_workaround<OtherMode,OtherOptions>::ProductType ProductType;
524 template<int OtherMode,int OtherOptions>
525 …ansform_transform_product_impl<Transform,Transform<Scalar,Dim,OtherMode,OtherOptions> >::ResultType
526 operator * (const Transform<Scalar,Dim,OtherMode,OtherOptions>& other) const
528 …sform_transform_product_impl<Transform,Transform<Scalar,Dim,OtherMode,OtherOptions> >::run(*this,o…