Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/Geometry/
DTransform.h224 typedef Matrix<Scalar,Dim,Dim,Options> LinearMatrixType;
599 …typedef typename internal::conditional<int(Mode)==Isometry,ConstLinearPart,const LinearMatrixType>…
988 …m_matrix.template block<Dim,HDim>(0,0) = LinearMatrixType(1, sx, sy, 1) * m_matrix.template block<…
1049 const typename TransformType::LinearMatrixType run(const TransformType& t)
1051 typedef typename TransformType::LinearMatrixType LinearMatrixType;
1052 LinearMatrixType result;
1053 t.computeRotationScaling(&result, (LinearMatrixType*)0);
1101 JacobiSVD<LinearMatrixType> svd(linear(), ComputeFullU | ComputeFullV);
1109 LinearMatrixType m(svd.matrixU());
1131 JacobiSVD<LinearMatrixType> svd(linear(), ComputeFullU | ComputeFullV);
[all …]
DTranslation.h41 typedef Matrix<Scalar,Dim,Dim> LinearMatrixType; typedef
/external/eigen/test/
Dgeo_alignedbox.cpp383 typename AffineTransform::LinearMatrixType rotation = in alignedboxNonIntegralRotatable()
384 randomRotationMatrix<typename AffineTransform::LinearMatrixType>(); in alignedboxNonIntegralRotatable()