OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:computeRotationScaling
(Results
1 - 6
of
6
) sorted by null
/external/eigen/Eigen/src/Eigen2Support/Geometry/
Transform.h
237
void
computeRotationScaling
(RotationMatrixType *rotation, ScalingMatrixType *scaling) const;
594
* \sa
computeRotationScaling
(), computeScalingRotation(), class SVD
601
computeRotationScaling
(&result, (LinearMatrixType*)0);
619
void Transform<Scalar,Dim>::
computeRotationScaling
(RotationMatrixType *rotation, ScalingMatrixType *scaling) const
646
* \sa
computeRotationScaling
(), rotation(), class SVD
/external/eigen/Eigen/src/Eigen2Support/
SVD.h
76
void
computeRotationScaling
(RotationType *unitary, ScalingType *positive) const;
543
* \sa computePositiveUnitary(),
computeRotationScaling
()
561
* \sa computeUnitaryPositive(),
computeRotationScaling
()
584
void SVD<MatrixType>::
computeRotationScaling
(RotationType *rotation, ScalingType *scaling) const
606
* \sa
computeRotationScaling
(), computeUnitaryPositive()
/external/eigen/Eigen/src/Geometry/
Transform.h
551
void
computeRotationScaling
(RotationMatrixType *rotation, ScalingMatrixType *scaling) const;
[
all
...]
/external/eigen/test/eigen2/
eigen2_geometry.cpp
345
t0.
computeRotationScaling
(&mat_rotation, &mat_scaling);
eigen2_geometry_with_eigen2_prefix.cpp
347
t0.
computeRotationScaling
(&mat_rotation, &mat_scaling);
/external/eigen/test/
geo_transformations.cpp
371
t0.
computeRotationScaling
(&mat_rotation, &mat_scaling);
Completed in 3788 milliseconds