Lines Matching refs:OtherDerived
62 template<typename OtherDerived>
64 ::Matrix(const RotationBase<OtherDerived,ColsAtCompileTime>& r) in Matrix() argument
66 EIGEN_STATIC_ASSERT_MATRIX_SPECIFIC_SIZE(Matrix,int(OtherDerived::Dim),int(OtherDerived::Dim)) in Matrix()
75 template<typename OtherDerived>
78 ::operator=(const RotationBase<OtherDerived,ColsAtCompileTime>& r)
80 EIGEN_STATIC_ASSERT_MATRIX_SPECIFIC_SIZE(Matrix,int(OtherDerived::Dim),int(OtherDerived::Dim))
109 template<typename Scalar, int Dim, typename OtherDerived>
110 static inline Matrix<Scalar,Dim,Dim> ei_toRotationMatrix(const RotationBase<OtherDerived,Dim>& r) in ei_toRotationMatrix() argument
115 template<typename Scalar, int Dim, typename OtherDerived>
116 static inline const MatrixBase<OtherDerived>& ei_toRotationMatrix(const MatrixBase<OtherDerived>& m… in ei_toRotationMatrix()
118 EIGEN_STATIC_ASSERT(OtherDerived::RowsAtCompileTime==Dim && OtherDerived::ColsAtCompileTime==Dim, in ei_toRotationMatrix()