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

Function DoubleComplex convertMultiplier

src/tests/include/common.h:321–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319
320template<>
321__template_static DoubleComplex
322convertMultiplier(ComplexLong arg)
323{
324 return doubleComplex(arg.re, arg.imag);
325}
326
327template <typename T>
328static cl_double returnMax(T arg)

Callers

nothing calls this directly

Calls 1

doubleComplexFunction · 0.50

Tested by

no test coverage detected