MCPcopy Create free account
hub / github.com/Derious/cuMPC / transform

Function transform

dependence/eigen-3.4.0/bench/geometry.cpp:25–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23
24template<typename Transformation, typename Data>
25EIGEN_DONT_INLINE void transform(const Transformation& t, Data& data)
26{
27 EIGEN_ASM_COMMENT("begin");
28 data = t * data;
29 EIGEN_ASM_COMMENT("end");
30}
31
32template<typename Scalar, typename Data>
33EIGEN_DONT_INLINE void transform(const Quaternion<Scalar>& t, Data& data)

Callers 6

ParametrizedLineClass · 0.85
Hyperplane.hFile · 0.85
runMethod · 0.85
toLowerCaseMethod · 0.85
toUpperCaseMethod · 0.85

Calls 5

homogeneousMethod · 0.80
colwiseMethod · 0.80
colsMethod · 0.45
colMethod · 0.45
toRotationMatrixMethod · 0.45

Tested by

no test coverage detected