Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/Eigen2Support/
DSVD.h78 void computeScalingRotation(ScalingType *positive, RotationType *unitary) const;
609 void SVD<MatrixType>::computeScalingRotation(ScalingType *scaling, RotationType *rotation) const in computeScalingRotation() function
/external/eigen/Eigen/src/Eigen2Support/Geometry/
DTransform.h239 void computeScalingRotation(ScalingMatrixType *scaling, RotationMatrixType *rotation) const;
650 void Transform<Scalar,Dim>::computeScalingRotation(ScalingMatrixType *scaling, RotationMatrixType *…
/external/eigen/Eigen/src/Geometry/
DTransform.h554 void computeScalingRotation(ScalingMatrixType *scaling, RotationMatrixType *rotation) const;
1045 void Transform<Scalar,Dim,Mode,Options>::computeScalingRotation(ScalingMatrixType *scaling, Rotatio… in computeScalingRotation() function
/external/eigen/test/eigen2/
Deigen2_geometry_with_eigen2_prefix.cpp351 t0.computeScalingRotation(&mat_scaling, &mat_rotation); in geometry()
Deigen2_geometry.cpp349 t0.computeScalingRotation(&mat_scaling, &mat_rotation); in geometry()
/external/eigen/test/
Dgeo_transformations.cpp386 t0.computeScalingRotation(&mat_scaling, &mat_rotation); in transformations()