MCPcopy Create free account
hub / github.com/clMathLibraries/clBLAS / setElementWithZero

Function setElementWithZero

src/tests/include/blas-random.h:793–798  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

791
792template <typename T>
793static void
794setElementWithZero(T *p, int vectorLength)
795{
796 for(int k=0; k<vectorLength; k++)
797 p[k] = (T)0.0;
798}
799
800
801

Callers 2

doPopulateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected