Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
140
template <class T>
141
static Matrix33<T>
142
gjInverse33 (Matrix33<T> &m, bool singExc = true)
143
{
144
MATH_EXC_ON;
145
return m.gjInverse(singExc);
146
}
147
148
template <class T, class U>
149
static const Matrix33<T> &
Callers
nothing calls this directly
Calls
1
gjInverse
Method · 0.80
Tested by
no test coverage detected