MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/Imath / M44Array_invert

Function M44Array_invert

src/python/PyImath/PyImathMatrix44.cpp:1380–1388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1378
1379template <class T>
1380void
1381M44Array_invert (FixedArray<IMATH_NAMESPACE::Matrix44<T> > &m)
1382{
1383 MATH_EXC_ON;
1384 size_t len = m.len();
1385
1386 M44Array_Invert<T> task (m);
1387 dispatchTask (task, len);
1388}
1389
1390template <class T>
1391struct M44Array_Transpose : public Task

Callers

nothing calls this directly

Calls 2

dispatchTaskFunction · 0.85
lenMethod · 0.45

Tested by

no test coverage detected