Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/Imath
/ MatrixRow
Method
MatrixRow
src/python/PyImath/PyImathMatrix22.cpp:37–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
template <class T, int len>
36
struct MatrixRow {
37
explicit MatrixRow(T *data) : _data(data) {}
38
T & operator [] (int i) { return _data[i]; }
39
T *_data;
40
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected