MCPcopy Create free account
hub / github.com/dartsim/dart / inv

Function inv

tests/unit/math/test_Math.cpp:84–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82
83template <typename T>
84EIGEN_DONT_INLINE void inv(const T& a, T& b)
85{
86 b = a.inverse();
87}
88
89EIGEN_DONT_INLINE
90Isometry3d Inv2(const Isometry3d& I)

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected