Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GPUOpen-Tools/compressonator
/ trace
Function
trace
cmp_compressonatorlib/astc/arm/mathlib.cpp:191–193 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
189
*/
190
191
float trace(mat2 p) {
192
return p.v[0].x + p.v[1].y;
193
}
194
195
float trace(mat3 p) {
196
return p.v[0].x + p.v[1].y + p.v[2].z;
Callers
1
characteristic_poly
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected