Searched refs:computeScalingRotation (Results 1 - 6 of 6) sorted by relevance

/external/eigen/Eigen/src/Eigen2Support/Geometry/
H A DTransform.h239 void computeScalingRotation(ScalingMatrixType *scaling, RotationMatrixType *rotation) const;
594 * \sa computeRotationScaling(), computeScalingRotation(), class SVD
615 * \sa computeScalingRotation(), rotation(), class SVD
650 void Transform<Scalar,Dim>::computeScalingRotation(ScalingMatrixType *scaling, RotationMatrixType *rotation) const function in class:Eigen::Transform
/external/eigen/Eigen/src/Eigen2Support/
H A DSVD.h78 void computeScalingRotation(ScalingType *positive, RotationType *unitary) const;
580 * \sa computeScalingRotation(), computeUnitaryPositive()
610 void SVD<MatrixType>::computeScalingRotation(ScalingType *scaling, RotationType *rotation) const
/external/eigen/Eigen/src/Geometry/
H A DTransform.h553 void computeScalingRotation(ScalingMatrixType *scaling, RotationMatrixType *rotation) const;
994 * \sa computeRotationScaling(), computeScalingRotation(), class SVD
1015 * \sa computeScalingRotation(), rotation(), class SVD
1048 void Transform<Scalar,Dim,Mode,Options>::computeScalingRotation(ScalingMatrixType *scaling, RotationMatrixType *rotation) const function in class:Eigen::Transform
/external/eigen/test/eigen2/
H A Deigen2_geometry.cpp349 t0.computeScalingRotation(&mat_scaling, &mat_rotation);
H A Deigen2_geometry_with_eigen2_prefix.cpp351 t0.computeScalingRotation(&mat_scaling, &mat_rotation);
/external/eigen/test/
H A Dgeo_transformations.cpp375 t0.computeScalingRotation(&mat_scaling, &mat_rotation);

Completed in 268 milliseconds