Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clMathLibraries/clBLAS
/ arithsum
Function
arithsum
src/tests/correctness/corr-trsm.cpp:240–246 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
238
239
240
int arithsum(int i)
241
{
242
int j;
243
for(j=i-1; j>0; j--)
244
i += j;
245
return i;
246
}
247
248
template <typename T>
249
void AssignA(T *A, size_t i, size_t j, size_t ld)
Callers
1
AssignB
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected