Searched refs:computeScalingRotation (Results 1 – 6 of 6) sorted by relevance
/external/eigen/Eigen/src/Eigen2Support/ |
D | SVD.h | 78 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/ |
D | Transform.h | 239 void computeScalingRotation(ScalingMatrixType *scaling, RotationMatrixType *rotation) const; 650 void Transform<Scalar,Dim>::computeScalingRotation(ScalingMatrixType *scaling, RotationMatrixType *…
|
/external/eigen/Eigen/src/Geometry/ |
D | Transform.h | 554 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/ |
D | eigen2_geometry_with_eigen2_prefix.cpp | 351 t0.computeScalingRotation(&mat_scaling, &mat_rotation); in geometry()
|
D | eigen2_geometry.cpp | 349 t0.computeScalingRotation(&mat_scaling, &mat_rotation); in geometry()
|
/external/eigen/test/ |
D | geo_transformations.cpp | 386 t0.computeScalingRotation(&mat_scaling, &mat_rotation); in transformations()
|