Home | History | Annotate | Download | only in Geometry

Lines Matching refs:EigenBase

267   inline explicit Transform(const EigenBase<OtherDerived>& other)
278 inline Transform& operator=(const EigenBase<OtherDerived>& other)
400 operator * (const EigenBase<OtherDerived> &other) const
412 operator * (const EigenBase<OtherDerived> &a, const Transform &b)
449 inline Transform& operator*=(const EigenBase<OtherDerived>& other) { return *this = *this * other; }
1216 *** Specializations of operator* with rhs EigenBase ***
1294 *** Specializations of operator* with lhs EigenBase ***