Lines Matching refs:RhsOptions
1393 template<typename Scalar, int Dim, int LhsMode, int LhsOptions, int RhsMode, int RhsOptions>
1394 …duct_impl<Transform<Scalar,Dim,LhsMode,LhsOptions>,Transform<Scalar,Dim,RhsMode,RhsOptions>,false >
1398 typedef Transform<Scalar,Dim,RhsMode,RhsOptions> Rhs;
1410 template<typename Scalar, int Dim, int LhsMode, int LhsOptions, int RhsMode, int RhsOptions>
1411 …oduct_impl<Transform<Scalar,Dim,LhsMode,LhsOptions>,Transform<Scalar,Dim,RhsMode,RhsOptions>,true >
1414 typedef Transform<Scalar,Dim,RhsMode,RhsOptions> Rhs;
1422 template<typename Scalar, int Dim, int LhsOptions, int RhsOptions>
1423 …l<Transform<Scalar,Dim,AffineCompact,LhsOptions>,Transform<Scalar,Dim,Projective,RhsOptions>,true >
1426 typedef Transform<Scalar,Dim,Projective,RhsOptions> Rhs;
1437 template<typename Scalar, int Dim, int LhsOptions, int RhsOptions>
1438 …l<Transform<Scalar,Dim,Projective,LhsOptions>,Transform<Scalar,Dim,AffineCompact,RhsOptions>,true >
1441 typedef Transform<Scalar,Dim,AffineCompact,RhsOptions> Rhs;