MCPcopy 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
318template<class T>
319static T
320ONE()
321{
322 return static_cast<T>(1.0);
323}
324
325template<>
326__template_static FloatComplex

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected