| 107 | * \return |
| 108 | */ |
| 109 | template<typename _Scalar> static _Scalar* cast(_Scalar* p) { return p; } |
| 110 | static cuFloatComplex* cast(cfloat* p) { return reinterpret_cast<cuFloatComplex*>(p); } |
| 111 | static const cuFloatComplex* cast(const cfloat* p) { return reinterpret_cast<const cuFloatComplex*>(p); } |
| 112 | static cuDoubleComplex* cast(cdouble* p) { return reinterpret_cast<cuDoubleComplex*>(p); } |
nothing calls this directly
no outgoing calls
no test coverage detected