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

Function FloatComplex convertMultiplier

src/tests/include/common.h:313–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

311
312template<>
313__template_static FloatComplex
314convertMultiplier(ComplexLong arg)
315{
316 return floatComplex(
317 static_cast<float>(arg.re), static_cast<float>(arg.imag));
318}
319
320template<>
321__template_static DoubleComplex

Callers

nothing calls this directly

Calls 1

floatComplexFunction · 0.50

Tested by

no test coverage detected