Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
792
template <typename T>
793
static void
794
setElementWithZero(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
setDiagonalUnityOrNonUnity
Function · 0.85
doPopulate
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected