MCPcopy 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
296template<class T>
297static T
298ZERO()
299{
300 return static_cast<T>(0.0);
301}
302
303template<>
304__template_static FloatComplex

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected