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

Function inverse22

src/python/PyImath/PyImathMatrix22.cpp:123–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121
122template <class T>
123static Matrix22<T>
124inverse22 (Matrix22<T> &m, bool singExc = true)
125{
126 MATH_EXC_ON;
127 return m.inverse(singExc);
128}
129
130template <class T, class U>
131static const Matrix22<T> &

Callers

nothing calls this directly

Calls 1

inverseMethod · 0.45

Tested by

no test coverage detected