MCPcopy Create free account
hub / github.com/clMathLibraries/clBLAS / operator+

Function operator+

src/tests/include/blas-math.h:60–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60static inline FloatComplex
61operator+(FloatComplex a, FloatComplex b)
62{
63 return floatComplex(CREAL(a) + CREAL(b), CIMAG(b) + CIMAG(b));
64}
65
66static inline FloatComplex
67operator-(FloatComplex a, FloatComplex b)

Callers

nothing calls this directly

Calls 2

floatComplexFunction · 0.50
doubleComplexFunction · 0.50

Tested by

no test coverage detected