Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clMathLibraries/clBLAS
/ ONE
Function
ONE
src/tests/include/blas-math.h:319–323 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
317
318
template<class T>
319
static T
320
ONE()
321
{
322
return static_cast<T>(1.0);
323
}
324
325
template<>
326
__template_static FloatComplex
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected