Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/Imath
/ inverse33
Function
inverse33
src/python/PyImath/PyImathMatrix33.cpp:125–130 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
123
124
template <class T>
125
static Matrix33<T>
126
inverse33 (Matrix33<T> &m, bool singExc = true)
127
{
128
MATH_EXC_ON;
129
return m.inverse(singExc);
130
}
131
132
template <class T>
133
static const Matrix33<T> &
Callers
nothing calls this directly
Calls
1
inverse
Method · 0.45
Tested by
no test coverage detected