Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/Imath
/ div22T
Function
div22T
src/python/PyImath/PyImathMatrix22.cpp:231–236 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
229
230
template <class T>
231
static Matrix22<T>
232
div22T(Matrix22<T> &m, const T &t)
233
{
234
MATH_EXC_ON;
235
return m / t;
236
}
237
238
template <class T>
239
void
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected