Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meshcapade/difflocks
/ coeff
Method
coeff
extensions/include/cuMat/src/BinaryOps.h:163–166 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
161
}
162
163
__device__ CUMAT_STRONG_INLINE Scalar coeff(Index row, Index col, Index batch, Index linear) const
164
{
165
return functor_(getLeft(row, col, batch, linear), getRight(row, col, batch, linear), row, col, batch);
166
}
167
};
168
169
Callers
2
getLeft
Method · 0.45
getRight
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected