MCPcopy 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
240int arithsum(int i)
241{
242 int j;
243 for(j=i-1; j>0; j--)
244 i += j;
245 return i;
246}
247
248template <typename T>
249void AssignA(T *A, size_t i, size_t j, size_t ld)

Callers 1

AssignBFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected