MCPcopy Create free account
hub / github.com/clMathLibraries/clBLAS / convertMultiplier

Function convertMultiplier

src/tests/include/common.h:306–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304
305template <typename T>
306static T
307convertMultiplier(ComplexLong arg)
308{
309 return static_cast<T>(arg.re);
310}
311
312template<>
313__template_static FloatComplex

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected