HomeSort by relevance Sort by last modified time
    Searched refs:LinearMatrixType (Results 1 - 5 of 5) sorted by null

  /external/eigen/Eigen/src/Eigen2Support/Geometry/
Scaling.h 40 typedef Matrix<Scalar,Dim,Dim> LinearMatrixType;
89 inline LinearMatrixType operator* (const LinearMatrixType& other) const
94 friend inline LinearMatrixType operator* (const LinearMatrixType& other, const Scaling& s)
98 inline LinearMatrixType operator*(const RotationBase<Derived,Dim>& r) const
Translation.h 40 typedef Matrix<Scalar,Dim,Dim> LinearMatrixType;
83 inline TransformType operator* (const LinearMatrixType& linear) const;
91 friend inline TransformType operator* (const LinearMatrixType& linear, const Translation& t)
164 Translation<Scalar,Dim>::operator* (const LinearMatrixType& linear) const
Transform.h 56 typedef Matrix<Scalar,Dim,Dim> LinearMatrixType;
220 friend inline Transform operator*(const LinearMatrixType& mat, const Transform& t)
235 LinearMatrixType rotation() const;
522 m_matrix.template block<Dim,HDim>(0,0) = LinearMatrixType(1, sx, sy, 1) * m_matrix.template block<Dim,HDim>(0,0);
597 typename Transform<Scalar,Dim>::LinearMatrixType
600 LinearMatrixType result;
601 computeRotationScaling(&result, (LinearMatrixType*)0);
621 JacobiSVD<LinearMatrixType> svd(linear(), ComputeFullU|ComputeFullV);
631 LinearMatrixType m(svd.matrixU());
652 JacobiSVD<LinearMatrixType> svd(linear(), ComputeFullU|ComputeFullV)
    [all...]
  /external/eigen/Eigen/src/Geometry/
Transform.h 195 typedef Matrix<Scalar,Dim,Dim,Options> LinearMatrixType;
549 const LinearMatrixType rotation() const;
    [all...]
Translation.h 41 typedef Matrix<Scalar,Dim,Dim> LinearMatrixType;

Completed in 689 milliseconds