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

Function gjInverse33

src/python/PyImath/PyImathMatrix33.cpp:141–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139
140template <class T>
141static Matrix33<T>
142gjInverse33 (Matrix33<T> &m, bool singExc = true)
143{
144 MATH_EXC_ON;
145 return m.gjInverse(singExc);
146}
147
148template <class T, class U>
149static const Matrix33<T> &

Callers

nothing calls this directly

Calls 1

gjInverseMethod · 0.80

Tested by

no test coverage detected