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

Function floatComplex

src/library/tools/ktest/naive/naive_blas.cpp:60–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58typedef cl_double2 DoubleComplex;
59
60static __inline FloatComplex
61floatComplex(float real, float imag)
62{
63 FloatComplex z;
64 z.s[0] = real;
65 z.s[1] = imag;
66 return z;
67}
68
69static __inline DoubleComplex
70doubleComplex(double real, double imag)

Callers 15

conjugateFunction · 0.70
operator+Function · 0.70
operator-Function · 0.70
operator*Function · 0.70
operator/Function · 0.70
decomposeTRXMStepFunction · 0.50
decomposeSYR2KStepFunction · 0.50

Calls

no outgoing calls

Tested by 15

blasCgemvFunction · 0.40
blasCgemmFunction · 0.40
blasCtrmmFunction · 0.40
blasCtrsmFunction · 0.40
blasCsyr2kFunction · 0.40
blasCsyrkFunction · 0.40
blasCtrsvFunction · 0.40
TESTFunction · 0.40
operator+Function · 0.40
operator-Function · 0.40
operator*Function · 0.40
operator/Function · 0.40