MCPcopy Create free account
hub / github.com/Meshcapade/difflocks / conj

Method conj

extensions/include/cuMat/src/NumTraits.h:125–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected