Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clMathLibraries/clBLAS
/ ZERO
Function
ZERO
src/tests/include/blas-math.h:297–301 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
295
296
template<class T>
297
static T
298
ZERO()
299
{
300
return static_cast<T>(0.0);
301
}
302
303
template<>
304
__template_static FloatComplex
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected