Home | History | Annotate | Download | only in Geometry

Lines Matching refs:LinearMatrixType

195   typedef Matrix<Scalar,Dim,Dim,Options> LinearMatrixType;
549 const LinearMatrixType rotation() const;
932 m_matrix.template block<Dim,HDim>(0,0) = LinearMatrixType(1, sx, sy, 1) * m_matrix.template block<Dim,HDim>(0,0);
997 const typename Transform<Scalar,Dim,Mode,Options>::LinearMatrixType
1000 LinearMatrixType result;
1001 computeRotationScaling(&result, (LinearMatrixType*)0);
1021 JacobiSVD<LinearMatrixType> svd(linear(), ComputeFullU | ComputeFullV);
1029 LinearMatrixType m(svd.matrixU());
1050 JacobiSVD<LinearMatrixType> svd(linear(), ComputeFullU | ComputeFullV);
1058 LinearMatrixType m(svd.matrixU());