Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
122
template <class T>
123
static Matrix22<T>
124
inverse22 (Matrix22<T> &m, bool singExc = true)
125
{
126
MATH_EXC_ON;
127
return m.inverse(singExc);
128
}
129
130
template <class T, class U>
131
static const Matrix22<T> &
Callers
nothing calls this directly
Calls
1
inverse
Method · 0.45
Tested by
no test coverage detected