Eigen::internal::transform_rotation_impl< Mode > Struct Template Reference

#include <Transform.h>

Static Public Member Functions

template<typename TransformType >
static EIGEN_DEVICE_FUNC const TransformType::LinearMatrixType run (const TransformType &t)
 

Member Function Documentation

◆ run()

template<int Mode>
template<typename TransformType >
static EIGEN_DEVICE_FUNC const TransformType::LinearMatrixType Eigen::internal::transform_rotation_impl< Mode >::run ( const TransformType &  t)
inlinestatic
1008  {
1009  typedef typename TransformType::LinearMatrixType LinearMatrixType;
1010  LinearMatrixType result;
1011  t.computeRotationScaling(&result, (LinearMatrixType*)0);
1012  return result;
1013  }
t
Definition: plotPSD.py:36

References plotPSD::t.

Referenced by Eigen::Transform< Scalar_, Dim_, Mode_, Options_ >::rotation().


The documentation for this struct was generated from the following file: