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;
579 * \sa computeScalingRotation(), computeUnitaryPositive()
609 void SVD<MatrixType>::computeScalingRotation(ScalingType *scaling, RotationType *rotation) const
/external/eigen/Eigen/src/Geometry/
H A DTransform.h554 void computeScalingRotation(ScalingMatrixType *scaling, RotationMatrixType *rotation) const;
991 * \sa computeRotationScaling(), computeScalingRotation(), class SVD
1012 * \sa computeScalingRotation(), rotation(), class SVD
1045 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.cpp386 t0.computeScalingRotation(&mat_scaling, &mat_rotation);

Completed in 126 milliseconds