MCPcopy Create free account
hub / github.com/Meshcapade/difflocks / operator*

Function operator*

extensions/include/cuMat/src/Iterator.h:96–100  ·  view source on GitHub ↗

Indirection

Source from the content-addressed store, hash-verified

94
95 /// Indirection
96 __device__ CUMAT_STRONG_INLINE value_type operator*() const
97 {
98 Index3 coords = fromLinear(index_, dims_, stride_);
99 return mat_.coeff(coords.get<0>(), coords.get<1>(), coords.get<2>(), -1);
100 }
101
102 __device__ CUMAT_STRONG_INLINE reference operator*()
103 {

Callers

nothing calls this directly

Calls 2

fromLinearFunction · 0.85
coeffMethod · 0.45

Tested by

no test coverage detected