Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/Eigen2Support/Geometry/
DTransform.h237 void computeRotationScaling(RotationMatrixType *rotation, ScalingMatrixType *scaling) const;
601 computeRotationScaling(&result, (LinearMatrixType*)0);
619 void Transform<Scalar,Dim>::computeRotationScaling(RotationMatrixType *rotation, ScalingMatrixType …
/external/eigen/Eigen/src/Eigen2Support/
DSVD.h76 void computeRotationScaling(RotationType *unitary, ScalingType *positive) const;
583 void SVD<MatrixType>::computeRotationScaling(RotationType *rotation, ScalingType *scaling) const in computeRotationScaling() function
/external/eigen/Eigen/src/Geometry/
DTransform.h552 void computeRotationScaling(RotationMatrixType *rotation, ScalingMatrixType *scaling) const;
998 computeRotationScaling(&result, (LinearMatrixType*)0); in rotation()
1016 void Transform<Scalar,Dim,Mode,Options>::computeRotationScaling(RotationMatrixType *rotation, Scali… in computeRotationScaling() function
/external/eigen/test/eigen2/
Deigen2_geometry_with_eigen2_prefix.cpp347 t0.computeRotationScaling(&mat_rotation, &mat_scaling); in geometry()
Deigen2_geometry.cpp345 t0.computeRotationScaling(&mat_rotation, &mat_scaling); in geometry()
/external/eigen/test/
Dgeo_transformations.cpp382 t0.computeRotationScaling(&mat_rotation, &mat_scaling); in transformations()