Home
last modified time | relevance | path

Searched refs:LinearMatrixType (Results 1 – 2 of 2) sorted by relevance

/external/eigen/Eigen/src/Geometry/
DTransform.h221 typedef Matrix<Scalar,Dim,Dim,Options> LinearMatrixType;
605 EIGEN_DEVICE_FUNC const LinearMatrixType rotation() const;
992 …m_matrix.template block<Dim,HDim>(0,0) = LinearMatrixType(1, sx, sy, 1) * m_matrix.template block<…
1057 EIGEN_DEVICE_FUNC const typename Transform<Scalar,Dim,Mode,Options>::LinearMatrixType
1060 LinearMatrixType result;
1061 computeRotationScaling(&result, (LinearMatrixType*)0);
1081 JacobiSVD<LinearMatrixType> svd(linear(), ComputeFullU | ComputeFullV);
1089 LinearMatrixType m(svd.matrixU());
1110 JacobiSVD<LinearMatrixType> svd(linear(), ComputeFullU | ComputeFullV);
1118 LinearMatrixType m(svd.matrixU());
DTranslation.h41 typedef Matrix<Scalar,Dim,Dim> LinearMatrixType; typedef