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

Function operator-

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

Source from the content-addressed store, hash-verified

64}
65
66static inline FloatComplex
67operator-(FloatComplex a, FloatComplex b)
68{
69 return floatComplex(CREAL(a) - CREAL(b), CIMAG(b) - CIMAG(b));
70}
71
72static inline FloatComplex
73operator*(FloatComplex a, FloatComplex b)

Callers

nothing calls this directly

Calls 2

floatComplexFunction · 0.50
doubleComplexFunction · 0.50

Tested by

no test coverage detected