Searched refs:computeRotationScaling (Results 1 – 6 of 6) sorted by relevance
/external/eigen/Eigen/src/Eigen2Support/Geometry/ |
D | Transform.h | 237 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/ |
D | SVD.h | 76 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/ |
D | Transform.h | 552 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/ |
D | eigen2_geometry_with_eigen2_prefix.cpp | 347 t0.computeRotationScaling(&mat_rotation, &mat_scaling); in geometry()
|
D | eigen2_geometry.cpp | 345 t0.computeRotationScaling(&mat_rotation, &mat_scaling); in geometry()
|
/external/eigen/test/ |
D | geo_transformations.cpp | 382 t0.computeRotationScaling(&mat_rotation, &mat_scaling); in transformations()
|