| 123 | struct NumOps //special functions for numbers |
| 124 | { |
| 125 | static __host__ __device__ CUMAT_STRONG_INLINE T conj(const T& v) {return v;} |
| 126 | }; |
| 127 | template<> |
| 128 | struct NumOps<cfloat> |
nothing calls this directly
no outgoing calls
no test coverage detected